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

Name

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

The full name of the user.

interface Name {
FamilyName?: string | null;
Formatted?: string | null;
GivenName?: string | null;
HonorificPrefix?: string | null;
HonorificSuffix?: string | null;
MiddleName?: string | null;
}

§Properties

§
FamilyName?: string | null
[src]

The family name of the user.

§
Formatted?: string | null
[src]

A string containing a formatted version of the name for display.

§
GivenName?: string | null
[src]

The given name of the user.

§
HonorificPrefix?: string | null
[src]

The honorific prefix of the user. For example, "Dr."

§
HonorificSuffix?: string | null
[src]

The honorific suffix of the user. For example, "M.D."

§
MiddleName?: string | null
[src]

The middle name of the user.