UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

6 lines (5 loc) 301 B
import type { Accountability, Query, SchemaOverview } from '@directus/types'; /** * Sanitize the query parameters and parse them where necessary. */ export declare function sanitizeQuery(rawQuery: Record<string, any>, schema: SchemaOverview, accountability?: Accountability | null): Promise<Query>;