UNPKG

@directus/api

Version:

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

7 lines (6 loc) 227 B
import type { Relation } from '@directus/types'; export declare function getRelationType(getRelationOptions: { relation?: Relation | null; collection: string | null; field: string; }): 'm2o' | 'o2m' | 'a2o' | null;