Files
Fulfillment-Frontend/src/client/models/ServiceUpdateCategoryResponse.ts
2024-10-08 00:03:43 +03:00

10 lines
221 B
TypeScript

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