mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
change login v1 to v2
This commit is contained in:
@@ -6,18 +6,6 @@ export class UserForm {
|
||||
}
|
||||
|
||||
|
||||
export class LoginUserRespose {
|
||||
UserId: number;
|
||||
Authorization: string;
|
||||
Email: string
|
||||
FullName: string
|
||||
RoleDescription: string
|
||||
RoleID: number
|
||||
Profile: any;
|
||||
UserPermissions: any;
|
||||
}
|
||||
|
||||
|
||||
export class calendarInterface {
|
||||
CalendarId: string
|
||||
CalendarName: "Oficial" | "Pessoal";
|
||||
|
||||
Reference in New Issue
Block a user