Yann-Gaël Gautheron
Results
11
comments of
Yann-Gaël Gautheron
https://github.com/loopingz/webda.io/blob/e912bfca379b9979f812680f82619e6b3be5784e/packages/core/src/stores/store.ts#L2476 ``` type QueryMap = { [key: string]: string }; abstract find(query: WebdaQL.Query | QueryMap ): Promise; ``` Would it be possible to guess a better precision expected type instead...