(doc: { [key: string]: any }, docInfo?: { fields?: string[] }, executionOptions?: string | MappingExecutionOptions)
| 141 | batching: ModelBatchMapper; |
| 142 | |
| 143 | get(doc: { [key: string]: any }, docInfo?: { fields?: string[] }, executionOptions?: string | MappingExecutionOptions): Promise<null | T>; |
| 144 | |
| 145 | find(doc: { [key: string]: any }, docInfo?: FindDocInfo, executionOptions?: string | MappingExecutionOptions): Promise<Result<T>>; |
| 146 |
no outgoing calls
no test coverage detected