Variable bundlerServiceConst

bundlerService: CachedFunction<{
    discountKey?: string;
    items: BasicBundlerItem[];
    locale?: string;
    storeDomainId: number;
}, BundlingResult> = ...

Type declaration

  • Optional discountKey?: string
  • items: BasicBundlerItem[]
  • Optional locale?: string
  • storeDomainId: number

Generated using TypeDoc