UNPKG

@directus/api

Version:

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

5 lines (4 loc) 182 B
/** * Check if a specific field is allowed within a set of allowed fields */ export declare function isFieldAllowed(allowedFields: string[] | Set<string>, field: string): boolean;