10 lines
199 B
TypeScript
10 lines
199 B
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export type ClientSchema = {
|
|
id: number;
|
|
name: string;
|
|
};
|
|
|