Interface JSONChannel

interface JSONChannel {
    id: string;
    name: null | string;
    type: string;
}

Hierarchy (view full)

Properties

Properties

id: string
name: null | string

Channel name

type: string

Channel type