Variables
ProductsByCategoryIdQuery
declaration
constProductsByCategoryIdQuery:QueryToken<{name:"ecommerce/product/by-category-id"; } & {defaultLimit:number;entity:string;input:ZodObject<{categoryId:ZodString; },$strip>;label:string;type:"multi"; }>