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

BatchGetChannelResponse

import type { BatchGetChannelResponse } from "https://aws-api.deno.dev/v0.3/services/ivs.ts?docs=full";
interface BatchGetChannelResponse {
channels?: Channel[] | null;
errors?: BatchError[] | null;
}

§Properties

§
channels?: Channel[] | null
[src]
§
errors?: BatchError[] | null
[src]

Each error object is related to a specific ARN in the request.