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.

4 lines (3 loc) 252 B
import type { ResolvedCliOptions } from '../../utils/config/cli-options'; /** Init watchers for settings and actions widgets as well as starts esbuild watcher */ export declare function initWidgetWatcher(cliOptions: ResolvedCliOptions): Promise<void>;