Interface Configuration

Configuration ($ref: "Configuration") Represents client-specific configurations.

interface Configuration {
    notifications?: Notifications;
}

Properties

Properties

notifications?: Notifications