Interface JSONChannel

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

Hierarchy

Properties

Properties

id: string
name: null | string

Channel name

type: string

Channel type