Type alias ChatNotificationSettingsUpdated

ChatNotificationSettingsUpdated: InternalMessage & {
    id: string;
    value: NotificationMode;
}

Type declaration