Type Alias TenantConfiguration

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