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

ShareResult

import type { ShareResult } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/workdocs.ts";
interface ShareResult {
InviteePrincipalId?: string | null;
PrincipalId?: string | null;
Role?: RoleType | null;
ShareId?: string | null;
Status?: ShareStatusType | null;
StatusMessage?: string | null;
}

§Properties

§
InviteePrincipalId?: string | null
[src]
§
PrincipalId?: string | null
[src]
§
Role?: RoleType | null
[src]
§
ShareId?: string | null
[src]
§
Status?: ShareStatusType | null
[src]
§
StatusMessage?: string | null
[src]