UNPKG

@tylertech/forge-build-tools

Version:
8 lines (7 loc) 176 B
/** * Represents data that is passed to templates to contain data and helper methods. */ export declare class FileTemplateData { data: any; constructor(data: any); }