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