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

User

import type { User } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/chime.ts";
interface User {
AccountId?: string | null;
AlexaForBusinessMetadata?: AlexaForBusinessMetadata | null;
DisplayName?: string | null;
InvitedOn?: Date | number | null;
LicenseType?: License | null;
PersonalPIN?: string | null;
PrimaryEmail?: string | null;
PrimaryProvisionedNumber?: string | null;
RegisteredOn?: Date | number | null;
UserId: string;
UserInvitationStatus?: InviteStatus | null;
UserRegistrationStatus?: RegistrationStatus | null;
UserType?: UserType | null;
}

§Properties

§
AccountId?: string | null
[src]
§
AlexaForBusinessMetadata?: AlexaForBusinessMetadata | null
[src]
§
DisplayName?: string | null
[src]
§
InvitedOn?: Date | number | null
[src]
§
LicenseType?: License | null
[src]
§
PersonalPIN?: string | null
[src]
§
PrimaryEmail?: string | null
[src]
§
PrimaryProvisionedNumber?: string | null
[src]
§
RegisteredOn?: Date | number | null
[src]
§
UserId: string
[src]
§
UserInvitationStatus?: InviteStatus | null
[src]
§
UserRegistrationStatus?: RegistrationStatus | null
[src]
§
UserType?: UserType | null
[src]