feat: crappy reordering

This commit is contained in:
2024-10-08 00:03:43 +03:00
parent 223ed0577a
commit dea1221016
6 changed files with 92 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type ServiceUpdateCategoryResponse = {
ok: boolean;
message: string;
};