Interface PartialChannel

interface PartialChannel {
    id: string;
    name?: null | string;
    type: ChannelTypes;
}

Hierarchy

Properties

Properties

id: string
name?: null | string