blob: d63963e1ba84f56f33e86561a4fd00d3d6a81faa [file] [log] [blame]
Michael Landoed64b5e2017-06-09 03:19:04 +03001'use strict';
2
3export interface IFileDownload {
4 artifactName:string;
5 base64Contents:string;
6}