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

Account

import type { Account } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/chime.ts";
interface Account {
AccountId: string;
AccountStatus?: AccountStatus | null;
AccountType?: AccountType | null;
AwsAccountId: string;
CreatedTimestamp?: Date | number | null;
DefaultLicense?: License | null;
Name: string;
SigninDelegateGroups?: SigninDelegateGroup[] | null;
SupportedLicenses?: License[] | null;
}

§Properties

§
AccountId: string
[src]
§
AccountStatus?: AccountStatus | null
[src]
§
AccountType?: AccountType | null
[src]
§
AwsAccountId: string
[src]
§
CreatedTimestamp?: Date | number | null
[src]
§
DefaultLicense?: License | null
[src]
§
Name: string
[src]
§
SigninDelegateGroups?: SigninDelegateGroup[] | null
[src]
§
SupportedLicenses?: License[] | null
[src]