export interface TenantsTenantCreateAcceptedResponse { /** Owning database. Formerly `tenant_id`; the `tenant_id` alias is still accepted (deprecated). */ database?: string; /** Human-readable result message. */ message?: string; /** Current lifecycle or processing state. */ status?: string; tenantId?: string; }