Search
Loading...
Skip to content

Type Alias: RoleString

type RoleString = "Creator" | "Adopter" | "Viewer" | "Presenter";

Represents a role string.

The RoleString type defines the possible roles within the Creative Editor SDK. Each role corresponds to a different level of access and permissions, allowing for flexibility in how users are managed.