UNPKG

dt-app

Version:

The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.

5 lines (4 loc) 215 B
import AdmZip from 'adm-zip'; import type { Response } from '../../utils/request'; /** Parses the response body to a AdmZip */ export declare function getZipEntriesFromResponse(response: Response): Promise<AdmZip>;