Interface EventDiscordChannel

EventDiscordChannel

interface EventDiscordChannel {
    id: string;
    name: string;
}

Properties

Properties

id: string

EventDiscordChannel

name: string

EventDiscordChannel