export interface TenantContext { tenantId: string region: 'us-east-1' | 'eu-west-1' billingEmail: string }