Variable bundleOverviewServiceConst

bundleOverviewService: CachedFunction<{
    discountKey?: string;
    id?: number;
    sku?: string;
    storeDomainId: number;
}, undefined | BundleOverview> = ...

Type declaration

  • Optional discountKey?: string
  • Optional id?: number
  • Optional sku?: string
  • storeDomainId: number

Generated using TypeDoc