interface Config {
    allowedDomains?: string[];
    logger?: Log;
}

Properties

allowedDomains?: string[]
logger?: Log