export enum Inputs { Names = 'name', Paths = 'path' } export enum Outputs { DownloadPaths = 'download-path' }