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

StreamingSessionStream

import type { StreamingSessionStream } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/nimble.ts";
interface StreamingSessionStream {
createdAt?: Date | number | null;
createdBy?: string | null;
expiresAt?: Date | number | null;
ownedBy?: string | null;
streamId?: string | null;
url?: string | null;
}

§Properties

§
createdAt?: Date | number | null
[src]
§
createdBy?: string | null
[src]
§
expiresAt?: Date | number | null
[src]
§
ownedBy?: string | null
[src]
§
streamId?: string | null
[src]
§
url?: string | null
[src]