Takaro - v0.4.9
    Preparing search index...

    Interface DiscordChannelOutputDTO

    DiscordChannelOutputDTO

    interface DiscordChannelOutputDTO {
        id: string;
        name: string;
        parentId?: string;
        topic?: string;
        type: number;
    }
    Index

    Properties

    id: string

    DiscordChannelOutputDTO

    name: string

    DiscordChannelOutputDTO

    parentId?: string

    DiscordChannelOutputDTO

    topic?: string

    DiscordChannelOutputDTO

    type: number

    DiscordChannelOutputDTO