interface SessionStateUpdate {
    tenantId?: null | string;
}

Properties

Properties

tenantId?: null | string

The current tenant id (if specified). This is an arbitrary id, but typically refers to an organization

Generated using TypeDoc