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) 196 B
import { type MigrationFunction } from '@dynatrace/devkit'; /** A migration that adds $schema property to app.config.json */ declare const migration: MigrationFunction; export default migration;