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

GlobalPermission

import type { GlobalPermission } from "https://googleapis.deno.dev/v1/classroom:v1.ts";

Global user permission description.

interface GlobalPermission {
permission?: "PERMISSION_UNSPECIFIED" | "CREATE_COURSE";
}

§Properties

§
permission?: "PERMISSION_UNSPECIFIED" | "CREATE_COURSE"
[src]

Permission value.