UNPKG

typeorm-extension

Version:

A library to create/drop database, simple seeding data sets, ...

3 lines (2 loc) 174 B
import type { QueryRelationsApplyOutput } from '../parameter'; export declare function getAliasForPath(items?: QueryRelationsApplyOutput, path?: string): string | undefined;