Files
klz-cables.com/.pnpm-store/v10/files/73/29013160d4793617bbaf0cab3daa3b8e90f2498080884cfb8afe3b2815df9aef54482ed887bb2145b818ab97b1b710fc64f0638a4339eb6fa20c2ffca15d7d
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

7 lines
526 B
Plaintext

import { Resource } from './Resource';
import { DetectedResource, DetectedResourceAttributes, ResourceOptions } from './types';
export declare function resourceFromAttributes(attributes: DetectedResourceAttributes, options?: ResourceOptions): Resource;
export declare function resourceFromDetectedResource(detectedResource: DetectedResource, options?: ResourceOptions): Resource;
export declare function emptyResource(): Resource;
export declare function defaultResource(): Resource;
//# sourceMappingURL=ResourceImpl.d.ts.map