UNPKG

@directus/api

Version:

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

3 lines (2 loc) 198 B
import type { FieldNode, FunctionFieldNode, M2ONode, O2MNode } from '../../../types/index.js'; export declare function getNodeAlias(node: FieldNode | FunctionFieldNode | M2ONode | O2MNode): string;