Type alias TenantUpdate

TenantUpdate: TenantBase & {
    activityStatus: "ACTIVE" | "INACTIVE" | "OFFLOADED";
}

The expected type when updating a tenant.

Type declaration

  • activityStatus: "ACTIVE" | "INACTIVE" | "OFFLOADED"

    The activity status of the tenant. Must be set to one of the options.