Files
klz-cables.com/.pnpm-store/v10/files/73/187d6dc116141f4f14efebc6ae73d6a1754a037490294ce17def4f980f3bdfd63ef4fbde7cd42efefd0415df7995482b6b9e793502083c288649abadbe3cb1
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
300 B
Plaintext

import type { BuildAliasTable } from "./query-builders/select.types.js";
import type { SingleStoreTable } from "./table.js";
export declare function alias<TTable extends SingleStoreTable, TAlias extends string>(// | SingleStoreViewBase
table: TTable, alias: TAlias): BuildAliasTable<TTable, TAlias>;