Interface NotificationToastsComponentProps

interface NotificationToastsComponentProps {
    corePreferences: CorePreferences;
    manager: NotificationManager;
}

Properties

corePreferences: CorePreferences