add description for interface

This commit is contained in:
Peter Maquiran
2023-02-17 11:28:12 +01:00
parent ac9e427d4c
commit 4b307790b4
2 changed files with 13 additions and 7 deletions
+6
View File
@@ -67,10 +67,16 @@ export class UserSession {
SharedCalendars: {
CalendarId: string
CalendarName: "Oficial" | "Pessoal";
/**
* @description User Role Id
*/
CalendarRoleId: string;
Id: number;
OwnerUserId: string;
TypeShare: number;
/**
* @description deprecated
*/
CalendarToken: string;
}[]
UserName: string