UNPKG

@directus/api

Version:

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

6 lines (5 loc) 193 B
import type { FieldOverview } from '@directus/types'; /** * Checks if a given field is allowed to be set to `null`. */ export declare function isFieldNullable(field: FieldOverview): boolean;