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.

10 lines (9 loc) 240 B
/** * Returns the proper full path for the app icon, if it is present */ export declare function getAppIconSrcPath(options: { root: string /** root path to project */; app?: { icon?: string; }; }): string | undefined;