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