feat: services kit and copy
This commit is contained in:
9
src/client/models/GetAllServicesKitsResponse.ts
Normal file
9
src/client/models/GetAllServicesKitsResponse.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { GetServiceKitSchema } from './GetServiceKitSchema';
|
||||
export type GetAllServicesKitsResponse = {
|
||||
servicesKits: Array<GetServiceKitSchema>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user