Interface AccountSessionComponentsNotificationBanner

export AccountSessionComponentsNotificationBanner

interface AccountSessionComponentsNotificationBanner {
    enabled?: boolean;
    features?: AccountSessionComponentsNotificationBannerFeatures;
}

Properties

Properties

enabled?: boolean