Interface JSONChannel

interface JSONChannel {
    createdAt: number;
    id: string;
    type: ChannelTypes;
}

Hierarchy (view full)

Properties

Properties

createdAt: number
id: string