Files
klz-cables.com/.pnpm-store/v10/files/62/739457249e0b6056f2787d000331f218fb60fb6999010391e39349f72ab09d6722dd22c56d1d95966a40fc558432d4e2f567b85808046d3293030f038bdc15
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

8 lines
260 B
Plaintext

import type { TFunction } from '@payloadcms/translations';
import { APIError } from './APIError.js';
export declare class UnverifiedEmail extends APIError {
constructor({ t }: {
t?: TFunction;
});
}
//# sourceMappingURL=UnverifiedEmail.d.ts.map