1 2 3 4 5 6
'use strict'; export interface IFileDownload { artifactName:string; base64Contents:string; }