feat: creating chats for cards and clients, sending and deleting text messages
This commit is contained in:
11
src/client/models/TgUserSchema.ts
Normal file
11
src/client/models/TgUserSchema.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type TgUserSchema = {
|
||||
id: number;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
username: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user