othr
This commit is contained in:
11
src/client/models/ClientDetailsSchema.ts
Normal file
11
src/client/models/ClientDetailsSchema.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/* generated using openapi-typescript-codegen -- do no edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type ClientDetailsSchema = {
|
||||
address?: (string | null);
|
||||
phone_number?: (string | null);
|
||||
inn?: (number | null);
|
||||
email?: (string | null);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user