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
§
AlexaForBusinessMetadata?: AlexaForBusinessMetadata | null
[src]§
UserInvitationStatus?: InviteStatus | null
[src]§
UserRegistrationStatus?: RegistrationStatus | null
[src]