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

PermissionInfo

import type { PermissionInfo } from "https://aws-api.deno.dev/v0.4/services/workdocs.ts?docs=full";

Describes the permissions.

interface PermissionInfo {
Role?: RoleType | null;
Type?: RolePermissionType | null;
}

§Properties

§
Role?: RoleType | null
[src]

The role of the user.

§

The type of permissions.