SourceControlListByAutomationAccountNextResponse type

Contains response data for the listByAutomationAccountNext operation.

type SourceControlListByAutomationAccountNextResponse =
  SourceControlListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SourceControlListResult
    }
  }