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

EndpointAttributes

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

The attributes of an Endpoint.

interface EndpointAttributes {
DeviceToken: string;
VoipDeviceToken?: string | null;
}

§Properties

§
DeviceToken: string
[src]

The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.

§
VoipDeviceToken?: string | null
[src]

The VOIP device token for the APNS and APNS_SANDBOX endpoint types.