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;
}