SourceControlListByAutomationAccountResponse type

Contains response data for the listByAutomationAccount operation.

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