mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
export declare class User {
|
|
constructor(props?: Partial<User>);
|
|
id: string;
|
|
user_name: string;
|
|
}
|