Type alias PaginatedProducts

PaginatedProducts: PaginatedResponse<GenericPaginatedData & {
    product: Product[];
}>

Generated using TypeDoc