OcapiCustomerProductListsResult
export type OcapiCustomerProductListsResult = {
count: number;
data: CustomerProductList[];
next?: string;
previous?: string;
start?: number;
total: number;
};Referenced Types
CustomerProductList