Type alias DocumentOptions

DocumentOptions: {
    primaryKey?: string;
}

Type declaration

  • Optional primaryKey?: string