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.4/services/s3.ts?docs=full";

Container for grant information.

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

§Properties

§
Grantee?: Grantee | null
[src]

The person being granted permissions.

§
Permission?: Permission | null
[src]

Specifies the permission given to the grantee.