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:
@@ -14,6 +14,12 @@ export interface Environment {
|
||||
sentryUrl: string;
|
||||
despachoLabel: string
|
||||
despachoLabel2: string,
|
||||
agendaPR: string
|
||||
agendaVP: string
|
||||
PR: string
|
||||
VP: string
|
||||
dispatchPR: string
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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