Type alias NotificationsSettings
NotificationsSettings: Metadata & { enableMobileAppPushNotifications?: boolean | null; enableNotifications?: boolean | null; } Type declaration
Optional enableMobileAppPushNotifications?: boolean | null
Optional enableNotifications?: boolean | null