CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
alias.d.cts5 linesDownload Raw Back to gel-core
1import type { BuildAliasTable } from "./query-builders/select.types.cjs";2import type { GelTable } from "./table.cjs";3import type { GelViewBase } from "./view-base.cjs";4export declare function alias<TTable extends GelTable | GelViewBase, TAlias extends string>(table: TTable, alias: TAlias): BuildAliasTable<TTable, TAlias>;5