UNPKG

@directus/api

Version:

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

4 lines (3 loc) 252 B
import type { SchemaOverview } from '@directus/types'; import type { CollectionKey, FieldKey } from '../types.js'; export declare function findRelatedCollection(collection: CollectionKey, field: FieldKey, schema: SchemaOverview): CollectionKey | null;