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

Delegate

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

The name of the attribute, which is one of the values defined in the UserAttribute enumeration.

interface Delegate {
Id: string;
Type: MemberType;
}

§Properties

§
Id: string
[src]

The identifier for the user or group associated as the resource's delegate.

§

The type of the delegate: user or group.