UNPKG

@directus/api

Version:

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

7 lines (6 loc) 264 B
import type { AliasMap } from './get-column-path.js'; /** * Extract the collection of an alias within an aliasMap * For example: 'ljnsv.name' -> 'authors' */ export declare function getCollectionFromAlias(alias: string, aliasMap: AliasMap): string | undefined;