Files
klz-cables.com/.pnpm-store/v10/files/89/3b1aca3939a4bf52f35ca4b442df73501a54d5e9b747ddd716218c2439e47e4640e526397ef2191deb09a30d7c77d7fe40eb10eb3b794696ab43ce6d6836f6
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

20 lines
934 B
Plaintext

import type { TypedFallbackLocale } from '../../../index.js';
import type { PayloadRequest, PopulateType } from '../../../types/index.js';
import type { JoinField, RelationshipField, UploadField } from '../../config/types.js';
type PromiseArgs = {
currentDepth: number;
depth: number;
draft: boolean;
fallbackLocale: TypedFallbackLocale;
field: JoinField | RelationshipField | UploadField;
locale: null | string;
overrideAccess: boolean;
parentIsLocalized: boolean;
populate?: PopulateType;
req: PayloadRequest;
showHiddenFields: boolean;
siblingDoc: Record<string, any>;
};
export declare const relationshipPopulationPromise: ({ currentDepth, depth, draft, fallbackLocale, field, locale, overrideAccess, parentIsLocalized, populate: populateArg, req, showHiddenFields, siblingDoc, }: PromiseArgs) => Promise<void>;
export {};
//# sourceMappingURL=relationshipPopulationPromise.d.ts.map