import type * as HydraDB from "../index.js"; export interface TenantsTenantStatsResponse { /** Owning database. Formerly `tenant_id`; the `tenant_id` alias is still accepted (deprecated). */ database?: string; knowledgeCollection?: HydraDB.TenantsCollectionStats; memoryCollection?: HydraDB.TenantsCollectionStats; /** Human-readable result message. */ message?: string; tenantId?: string; }