Files
klz-cables.com/.pnpm-store/v10/files/02/3a153bab29dacbe48b913fdcef690dba14ed89e2b98e45b9898ac28c5439eff3924b5f551411dc6b896ff17f7eafd9f42d1cdacb751df3ccccdd539cc986b8
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

5 lines
327 B
Plaintext

import type { BuildAliasTable } from "./query-builders/select.types.cjs";
import type { GelTable } from "./table.cjs";
import type { GelViewBase } from "./view-base.cjs";
export declare function alias<TTable extends GelTable | GelViewBase, TAlias extends string>(table: TTable, alias: TAlias): BuildAliasTable<TTable, TAlias>;