Home > widget-integration > BundleCartPayload
BundleCartPayload type
Signature:
export type BundleCartPayload = Array<{
id: string;
quantity: number;
selling_plan: null;
properties: Record<string, unknown>;
}>;
Home > widget-integration > BundleCartPayload
Signature:
export type BundleCartPayload = Array<{
id: string;
quantity: number;
selling_plan: null;
properties: Record<string, unknown>;
}>;