Chameleon
    Preparing search index...

    Interface WelcomeScreenChannel

    interface WelcomeScreenChannel {
        channelId: string;
        description: string;
        emojiId: string | null;
        emojiName: string | null;
    }
    Index

    Properties

    channelId: string
    description: string
    emojiId: string | null
    emojiName: string | null