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) 236 B
import type { MigrationFunction } from '@dynatrace/devkit'; /** A migration that moves the icon property from the root of the app.config.json to the app property */ declare const migration: MigrationFunction; export default migration;