interface ASRSettings {
    asrInfoURL?: string;
    asrQuotaInfoURL?: string;
    basConfigURL?: string;
    calls: string[];
    enabled: boolean;
    services: ServiceProvider[];
    shibbolethURL: string;
}

Properties

asrInfoURL?: string
asrQuotaInfoURL?: string
basConfigURL?: string
calls: string[]
enabled: boolean
services: ServiceProvider[]
shibbolethURL: string