Files
klz-cables.com/.pnpm-store/v10/files/0f/6a7380b1519589b3a8871054cd749c630d9c97e0fa3f5f6c6b1582c24281b163a1131f0fd24461f14732f23af3692738327030076e0b74dda53123e2ef5dba
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

9 lines
258 B
Plaintext

export declare const jwtSign: ({ fieldsToSign, secret, tokenExpiration, }: {
fieldsToSign: Record<string, unknown>;
secret: string;
tokenExpiration: number;
}) => Promise<{
exp: number;
token: string;
}>;
//# sourceMappingURL=jwt.d.ts.map