Skip to main content

Type Alias: GovernanceRole

GovernanceRole: "community-member" | "trusted-editor" | "graph-editor" | "domain-expert" | "administrator" | string & object

Defined in: web/lib/api/schema.ts:924

Governance role types.

Remarks

Uses string index signature for compatibility with lexicon's open union types which include (string & {}) for forward compatibility.