type Tenant = { tenant_id: string, account: string } export { Tenant }