Project

General

Profile

1
export class User {
2
    email:string;
3
    username: string;
4
    id: string;
5
    fullname: string;
6
}
(11-11/11)