12 lines
		
	
	
		
			249 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			249 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
/* 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;
 | 
						|
};
 | 
						|
 |