UNPKG

@directus/api

Version:

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

5 lines (4 loc) 238 B
import type { SchemaOverview } from '@directus/types'; import type { AST } from '../../../../types/ast.js'; import type { FieldMap } from '../types.js'; export declare function fieldMapFromAst(ast: AST, schema: SchemaOverview): FieldMap;