This commit is contained in:
2024-04-11 14:25:51 +03:00
parent 18157972a1
commit 9815ebbc3b
14 changed files with 254 additions and 14 deletions

View File

@@ -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',