CustomMenu: { id: string; icon: CustomMenuIcon; title: string; url: string; order: number; showOnCompany: boolean; showOnLocation: boolean; showToAllLocations: boolean; locations: string[]; openMode: CustomMenuOpenMode; userRole: CustomMenuUserRole; allowCamera: boolean; allowMicrophone: boolean;} Type declaration
id: string
title: string
url: string
order: number
showOnCompany: boolean
showOnLocation: boolean
showToAllLocations: boolean
locations: string[]
allowCamera: boolean
allowMicrophone: boolean