Type Alias: AccessRole
AccessRole =
"owner"|"admin"|"editor"|"author"|"member"|"guest"
Defined in: src/types/index.ts:834
Built-in roles, ordered from most to least privileged.
owner— the site owner; the only role that can manage roles and perform system-level operations. There should be exactly one owner.admin— day-to-day administration: manage members and moderate anything.editor— publish and manage any content.author— create and manage only their own content.member— registered account; can use the assistant and read content.guest— anonymous default; read-only, never persisted.