@twitchapis/twitch.js - v2.0.0-beta.6
    Preparing search index...

    Interface ITwitchCommand

    interface ITwitchCommand {
        channel?: string;
        command: string;
        isCapRequestEnabled?: boolean;
    }
    Index

    Properties

    channel?: string
    command: string
    isCapRequestEnabled?: boolean