File tree Expand file tree Collapse file tree
features/ee/users/components
trpc/server/routers/viewer/slots Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ interface User {
2222 weekStart : string ;
2323 theme : string | null ;
2424 defaultScheduleId : number | null ;
25- locale : string ;
26- timeFormat : number ;
27- allowDynamicBooking : boolean ;
28- identityProvider : string ;
29- role : string ;
25+ locale : string | null ;
26+ timeFormat : number | null ;
27+ allowDynamicBooking : boolean | null ;
28+ identityProvider : string | null ;
29+ role : string | null ;
3030 avatarUrl : string | null ;
3131 createdDate ?: string | Date ;
3232}
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ export interface IGetAvailableSlots {
8080 toUser ?: IToUser | undefined ;
8181 reason ?: string | undefined ;
8282 emoji ?: string | undefined ;
83+ showNotePublicly ?: boolean | undefined ;
8384 } [ ]
8485 > ;
8586 // eslint-disable-next-line @typescript-eslint/no-explicit-any
You can’t perform that action at this time.
0 commit comments