mce
    Preparing search index...

    Interface Command

    interface Command {
        command: string;
        handle: CommandHandle;
    }
    Index
    command: string