Interface CmdInfo

interface CmdInfo {
    name: string;
    description: string;
}

Properties

Properties

name: string
description: string