Inverting naming to improve readability

This commit is contained in:
Austin Sasko 2022-03-14 15:35:39 -04:00 committed by GitHub
parent 1f33bfbcba
commit 246e01026b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
export enum Inputs {
Name = 'name',
Path = 'path',
Dontextract = 'dontextract'
Extract = 'extract'
}
export enum Outputs {
DownloadPath = 'download-path'