DscConfigurationGetContentResponse type    
Contains response data for the getContent operation.
type DscConfigurationGetContentResponse = {
  _response: msRest.HttpResponse
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeJS.ReadableStream
}