Variable collectionsForProductsServiceConst

collectionsForProductsService: CachedFunction<CollectionsForProductsQuery, {
    handle: string;
    id: number;
    name: string;
}[]> = ...

Generated using TypeDoc