interface Config {
    instance: string;
    options: {};
    profile: string;
    service: string;
}

Properties

instance: string
options: {}

Type declaration

    profile: string
    service: string