Spaces:
Runtime error
Runtime error
| export interface IJsonQuery { | |
| filter(field: string, key: string, value: any): [string, string]; | |
| sortBy(field: string, sortBy: string, direction: string): string; | |
| } | |