import type { CategoryEntry } from './CategoryEntry'; /** * GET /v1/products/list response. */ export type ListProductsOut = { categories: Array; /** * Number of categories (always 10). */ total: number; }; //# sourceMappingURL=ListProductsOut.d.ts.map