Files
Discofy/src/app/interfaces/user.ts
2021-03-18 18:56:19 +01:00

7 lines
104 B
TypeScript

export interface User {
id: number;
discotecaID: number;
userType: number;
username: string;
}