Variables

ProductBySlugQuery

declaration

const ProductBySlugQuery: QueryToken<{ name: "ecommerce/product/by-slug"; } & { entity: string; input: ZodObject<{ slug: ZodString; }, $strip>; label: string; type: "single"; }>