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

Subscription

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

Describes a subscription.

interface Subscription {
EndPoint?: string | null;
Protocol?: SubscriptionProtocolType | null;
SubscriptionId?: string | null;
}

§Properties

§
EndPoint?: string | null
[src]

The endpoint of the subscription.

§

The protocol of the subscription.

§
SubscriptionId?: string | null
[src]

The ID of the subscription.