Interface NotifyConfig

interface NotifyConfig {
    enabled: boolean;
    excludeUser: string;
    sound: boolean;
}

Properties

enabled: boolean
excludeUser: string
sound: boolean