Files
klz-cables.com/.pnpm-store/v10/files/c7/39486002f514d4dc2a8f7b117393b12d22f3d063547edd1b6e390347cfa29b2df718f3d84918bea778838a9a7edf653440fc0a1112bd521d62467e3b08da44
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

11 lines
344 B
Plaintext

type Point = [number, number];
export declare const geometryColumn: (name: string) => import("drizzle-orm/pg-core").PgCustomColumnBuilder<{
name: string;
dataType: "custom";
columnType: "PgCustomColumn";
data: Point;
driverParam: string;
enumValues: undefined;
}>;
export {};
//# sourceMappingURL=geometryColumn.d.ts.map