Update constants.ts

This commit is contained in:
Austin Sasko 2022-03-14 15:24:08 -04:00 committed by GitHub
parent a64f201980
commit a808fb584a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
export enum Inputs {
Name = 'name',
Path = 'path'
Path = 'path',
Dontextract = 'dontextract'
}
export enum Outputs {