Update constants.ts

This commit is contained in:
Austin Sasko 2022-03-14 15:18:01 -04:00 committed by GitHub
parent 6f47d83949
commit f162689056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
export enum Inputs {
Name = 'name',
Path = 'path'
stayGzipped = 'staygzipped'
}
export enum Outputs {
DownloadPath = 'download-path'