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

SharePrincipal

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

Describes the recipient type and ID, if available.

interface SharePrincipal {
Id: string;
Role: RoleType;
}

§Properties

§
Id: string
[src]

The ID of the recipient.

§

The role of the recipient.

§

The type of the recipient.