Files
klz-cables.com/.pnpm-store/v10/files/70/92697254defaf08e5705ccc67190658ad7ca010aa544df17f2b7f69f5f1eba1d5ad5a3690d37e051d5881ff6ff556dd7469000326b4780c775b360186bd120
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

18 lines
1.1 KiB
Plaintext

import type { IncomingAuthType, LoginWithUsernameOptions } from '../../auth/types.js';
import type { CollectionConfig } from './types.js';
/**
* @deprecated - remove in 4.0. This is error-prone, as mutating this object will affect any objects that use the defaults as a base.
*/
export declare const defaults: Partial<CollectionConfig>;
export declare const addDefaultsToCollectionConfig: (collection: CollectionConfig) => CollectionConfig;
/**
* @deprecated - remove in 4.0. This is error-prone, as mutating this object will affect any objects that use the defaults as a base.
*/
export declare const authDefaults: IncomingAuthType;
export declare const addDefaultsToAuthConfig: (auth: IncomingAuthType) => IncomingAuthType;
/**
* @deprecated - remove in 4.0. This is error-prone, as mutating this object will affect any objects that use the defaults as a base.
*/
export declare const loginWithUsernameDefaults: LoginWithUsernameOptions;
export declare const addDefaultsToLoginWithUsernameConfig: (loginWithUsername: LoginWithUsernameOptions) => LoginWithUsernameOptions;
//# sourceMappingURL=defaults.d.ts.map