Type Alias ProfileAttributeValue

ProfileAttributeValue:
    | ProfileTypedAttributeValue
    | string
    | boolean
    | number
    | URL
    | Date
    | string[]
    | null
    | undefined