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.

7 lines (6 loc) 167 B
/** * Watches for the app.config.json in the root of your project * * @returns watcher instance */ export declare function initAppConfigWatcher(): Promise<any[]>;