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.
12 lines (11 loc) • 303 B
TypeScript
import type { FileMap } from './file-map';
/**
* Write the generated files to the file system
* @deprecated The function will be removed in 1.0
* @internal
*/
export declare function writeTemplateFiles(options: {
fileMap: FileMap;
directory: string;
dryRun?: boolean;
}): Promise<void>;