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

Grant

import type { Grant } from "https://aws-api.deno.dev/v0.3/services/glacier.ts?docs=full";

Contains information about a grant.

interface Grant {
Grantee?: Grantee | null;
Permission?: Permission | null;
}

§Properties

§
Grantee?: Grantee | null
[src]

The grantee.

§
Permission?: Permission | null
[src]

Specifies the permission given to the grantee.