TasksCommandResponse type

Contains response data for the command operation.

type TasksCommandResponse = CommandPropertiesUnion & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CommandPropertiesUnion
  }
}