import type * as HydraDB from "../index.js"; export interface TenantsTenantMetadataSchemaResponse { /** Owning database. Formerly `tenant_id`; the `tenant_id` alias is still accepted (deprecated). */ database?: string; fields?: HydraDB.TenantsCustomPropertyDefinition[]; tenantId?: string; }