export interface TenantsSubTenantIdsResponse { /** List of collection identifiers for this database. */ collections?: string[]; /** Human-readable result message. */ message?: string; /** Deprecated alias for `collections`. */ subTenantIds?: string[]; }