export enum Inputs { Name = 'name', Path = 'path', IfNoArtifact = 'if-no-artifact' } export enum Outputs { DownloadPath = 'download-path' }