Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RolePermissionType

import type { RolePermissionType } from "https://aws-api.deno.dev/v0.4/services/workdocs.ts?docs=full";
type RolePermissionType = "DIRECT" | "INHERITED" | cmnP.UnexpectedEnumValue;

§Type

§
"DIRECT" | "INHERITED" | cmnP.UnexpectedEnumValue
[src]