UNPKG

@directus/api

Version:

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

6 lines (5 loc) 283 B
import type { CollectionKey, FieldMap, QueryPath } from '../types.js'; export declare function getInfoForPath(fieldMap: FieldMap, group: keyof FieldMap, path: QueryPath, collection: CollectionKey): { collection: CollectionKey; fields: Set<import("../types.js").FieldKey>; };