FindOneOrFailOptions<T, U, W>
Defined in: packages/rxdb/src/repository/query-options.interface.ts:34
FindOneOrFail 查询选项
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends EntityType | EntityType |
U | RuleGroup<InstanceType<T>> |
W extends string | string |
Properties
orderBy?
optional orderBy: OrderBy<W>[];
Defined in: packages/rxdb/src/repository/query-options.interface.ts:40
where
where: U;
Defined in: packages/rxdb/src/repository/query-options.interface.ts:39