othr
This commit is contained in:
@@ -84,8 +84,8 @@ export class ProductService {
|
||||
itemsPerPage,
|
||||
}: {
|
||||
clientId: number,
|
||||
page: number,
|
||||
itemsPerPage: number,
|
||||
page?: (number | null),
|
||||
itemsPerPage?: (number | null),
|
||||
}): CancelablePromise<ProductGetResponse> {
|
||||
return __request(OpenAPI, {
|
||||
method: 'GET',
|
||||
|
||||
Reference in New Issue
Block a user