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.

11 lines (10 loc) 288 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; }; icon?: string /** relative path to icon */; }): string | undefined;