(index: string | string[])
| 30 | thenShortcut: ThenShortcut<T | undefined, R> |
| 31 | ): PromiseExtended<R>; |
| 32 | where(index: string | string[]): WhereClause<T, TKey, TInsertType>; |
| 33 | where(equalityCriterias: { |
| 34 | [key: string]: any; |
| 35 | }): Collection<T, TKey, TInsertType>; |
no outgoing calls
no test coverage detected