For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.9

Type Alias: TenantResult

type TenantResult = object;

Tenant search response item.

Properties

description

description: string | null;

The tenant description.


name

name: string;

The tenant name.


tenantId

tenantId: TenantId;