(method?: 'all' | 'get' | 'run', mapResults?: boolean)
| 4419 | operator?: keyof typeof GroupOperator, |
| 4420 | ): this; |
| 4421 | execute<Result = QueryResult<Entity>>(method?: 'all' | 'get' | 'run', mapResults?: boolean): Promise<Result>; |
| 4422 | } |
| 4423 | |
| 4424 | /** |
no outgoing calls
no test coverage detected