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