Type Alias: UserAttributeValue
UserAttributeValue =
object
Defined in: types.ts:818
A single user attribute defined by the organization, together with the
authenticated member's current value (null when the member has not set it).
Properties
| Property | Type | Defined in |
|---|---|---|
description | string | null | types.ts:821 |
name | string | types.ts:820 |
options | string[] | null | types.ts:823 |
slug | string | types.ts:819 |
type | string | types.ts:822 |
value | unknown | types.ts:824 |