fix sayings

This commit is contained in:
Peter Maquiran
2023-03-22 15:31:01 +01:00
parent 7c03c3f822
commit 6f99c792dc
35 changed files with 122 additions and 63 deletions
+6
View File
@@ -14,6 +14,12 @@ export interface Environment {
sentryUrl: string;
despachoLabel: string
despachoLabel2: string,
agendaPR: string
agendaVP: string
PR: string
VP: string
dispatchPR: string
}
+8
View File
@@ -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;