Type alias TenantBase

TenantBase: {
    name: string;
}

The base type for a tenant. Only the name is required.

Type declaration

  • name: string

    The name of the tenant.