othr
This commit is contained in:
9
src/client/models/ClientSchema.ts
Normal file
9
src/client/models/ClientSchema.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/* generated using openapi-typescript-codegen -- do no edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type ClientSchema = {
|
||||
id: number;
|
||||
name: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user