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

MemberId

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

An object containing the identifier of a group member.

interface MemberId {
UserId?: string | null;
}

§Properties

§
UserId?: string | null
[src]

An object containing the identifiers of resources that can be members.