RoleEnum: {
    Commenter: "COMMENTER";
    Editor: "EDITOR";
    Viewer: "VIEWER";
} = ...

Type declaration

  • Readonly Commenter: "COMMENTER"
  • Readonly Editor: "EDITOR"
  • Readonly Viewer: "VIEWER"