interface Channel {
    id: number;
    is_banned: boolean;
}

Properties

Properties

id: number
is_banned: boolean