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

BatchCreatePermissionsResponse

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

The response for creating permissions on a note.

interface BatchCreatePermissionsResponse {
permissions?: Permission[];
}

§Properties

§
permissions?: Permission[]
[src]

Permissions created.