Type alias Config

Config: {
    environments: {
        production: Environment;
        sandbox: Environment;
    };
}

Type declaration

Generated using TypeDoc