export interface ITemplateFile {
    name: string;
    path: string;
    download_url: string;
}
//# sourceMappingURL=interfaces.d.ts.map