interface DocumentReplCommand {
    command: string;
    description: string;
}

Properties

Properties

command: string
description: string