Home > @vsf-enterprise/sapcc > ProductsResponse
ProductsResponse type
Signature:
export type ProductsResponse = {
data: Product[];
total: number;
};
References: Product
Home > @vsf-enterprise/sapcc > ProductsResponse
Signature:
export type ProductsResponse = {
data: Product[];
total: number;
};
References: Product
On this page