Variable collectionsByItemIdServiceConst

collectionsByItemIdService: CachedFunction<{
    storeDomainId: number;
}, {
    collectionsByBundleId: {
        [k: string]: T;
    };
    collectionsByProductId: {
        [k: string]: T;
    };
}> = ...

Type declaration

  • storeDomainId: number

Type declaration

  • collectionsByBundleId: {
        [k: string]: T;
    }
    • [k: string]: T
  • collectionsByProductId: {
        [k: string]: T;
    }
    • [k: string]: T

Generated using TypeDoc