Type Alias UpdateCustomMenuDto
UpdateCustomMenuDto: { title?: string; url?: string; icon?: CustomMenuIcon; showOnCompany?: boolean; showOnLocation?: boolean; showToAllLocations?: boolean; openMode?: CustomMenuOpenMode; locations?: string[]; userRole?: CustomMenuUserRole; allowCamera?: boolean; allowMicrophone?: boolean;} Type declaration
Optionaltitle?: string
Optionalurl?: string
OptionalshowOnCompany?: boolean
OptionalshowOnLocation?: boolean
OptionalshowToAllLocations?: boolean
Optionallocations?: string[]
OptionalallowCamera?: boolean
OptionalallowMicrophone?: boolean