Type alias RemoteCommand

RemoteCommand: {
    args: string[];
    description: string;
    name: string;
}

Type declaration

  • args: string[]
  • description: string
  • name: string