export default interface CommandConfig {
    command?: string;
    commandOptionName?: string;
    textCommand?: string;
}
