UNPKG

@directus/api

Version:

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

3 lines (2 loc) 175 B
import type { SchemaOverview } from '@directus/types'; export declare function getRelatedCollection(schema: SchemaOverview, collection: string, field: string): string | null;