interface CommandContent {
    alias?: string;
    command: string;
    topic?: string;
}

Properties

Properties

alias?: string
command: string
topic?: string