Interface APIConfig

interface APIConfig {
    allowHosts: string[];
}

Properties

Properties

allowHosts: string[]