mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
fix sayings
This commit is contained in:
@@ -41,6 +41,14 @@ export class LoginUserRespose {
|
||||
}
|
||||
|
||||
|
||||
export class calendarInterface {
|
||||
CalendarId: string
|
||||
CalendarName: "Oficial" | "Pessoal";
|
||||
CalendarRoleId: string;
|
||||
Id: number;
|
||||
OwnerUserId: any
|
||||
}
|
||||
|
||||
export class UserSession {
|
||||
BasicAuthKey: string;
|
||||
UserId: number;
|
||||
|
||||
Reference in New Issue
Block a user