export const ROLES = { VIEWER: "viewer", EDITOR: "editor", ADMIN: "admin", UP_TO_ADMIN: ["viewer", "editor", "admin"], };