Type alias SpaceNotificationSettingsUpdated

SpaceNotificationSettingsUpdated: InternalMessage & {
    spaceId: string;
    value: NotificationMode;
}

Type declaration