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) • 365 B
TypeScript
import type { ResolvedChanges, UpdateReference } from './types/types';
/** Downloads all the package.json files from the packages, to be updated, and reduces the information from the dt property to one ResolvedChanges object. */
export declare function fetchingChangesInfo(updateReferences: Record<string, UpdateReference>, root: string): Promise<ResolvedChanges>;