Interface MixchConfig

interface MixchConfig {
    commandOptions: {
        enterMessage: CommandViewOptions;
        fan: CommandViewOptions;
        share: CommandViewOptions;
    };
}

Properties

Properties

commandOptions: {
    enterMessage: CommandViewOptions;
    fan: CommandViewOptions;
    share: CommandViewOptions;
}

Type declaration