UNPKG

@directus/api

Version:

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

6 lines (5 loc) 277 B
import type { FieldNode, FunctionFieldNode, NestedCollectionNode } from '../../types/index.js'; /** * Derive the unaliased field key from the given AST node. */ export declare function getUnaliasedFieldKey(node: NestedCollectionNode | FieldNode | FunctionFieldNode): string;