Type alias ThreadNotificationSettingsUpdated

ThreadNotificationSettingsUpdated: InternalMessage & {
    channelId: string;
    spaceId: string;
    threadId: string;
    value: NotificationMode;
}

Type declaration