Affiliation
An enum type named Affiliation that defines a user's association to an organization. The enum is derived using a Union attribute. It has two variants, each containing an associated data type:
union Affiliation = Owner | Member
Possible types
Owner
object
The owner of the Holaplex organization, who is the individual that created the organization.
Member
object
A member of a Holaplex organization, representing an individual who has been granted access to the organization.
Member of
User
object