UNPKG

@directus/api

Version:

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

2 lines (1 loc) 123 B
export declare function mergeFields(fieldsA: string[] | null, fieldsB: string[] | null, strategy: 'and' | 'or'): string[];