blob: d63963e1ba84f56f33e86561a4fd00d3d6a81faa [file] [log] [blame]
'use strict';
export interface IFileDownload {
artifactName:string;
base64Contents:string;
}