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

PermissionType

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

Permission granted on a workload share.

type PermissionType = "READONLY" | "CONTRIBUTOR" | cmnP.UnexpectedEnumValue;

§Type

§
"READONLY" | "CONTRIBUTOR" | cmnP.UnexpectedEnumValue
[src]