UNPKG

@directus/api

Version:

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

8 lines (7 loc) 193 B
/** * Returns null or the operation information form a FieldFilter */ export declare function getOperation(key: string, value: unknown): { operator: string; value: unknown; } | null;