EntitiesAddresstype$Copy page|View as Markdown|Open in Claude|More actionsget type$(): Observable<ResourceType> Observable of the resource type (e.g. 'room', 'subscriber'). type get type(): ResourceType Resource type (e.g. 'room', 'subscriber'). Examples address.type$.subscribe((type) => { console.log('type:', type);});