Type alias TenantConfiguration

TenantConfiguration: TenantBase & {
    prod: TenantEnvironment;
    test: TenantEnvironment;
}

Type declaration