Variable bundleVariantServiceConst

bundleVariantService: CachedFunction<{
    bundleId?: number;
    bundleVariantId: string;
    storeDomainId: number;
}, null | BundleVariant> = ...

Type declaration

  • Optional bundleId?: number
  • bundleVariantId: string
  • storeDomainId: number

Generated using TypeDoc