Create `Paths` for `Inputs` enum @ `constants.ts`

Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
This commit is contained in:
Kipras Melnikovas 2020-02-07 01:23:42 +02:00
parent f76dce327d
commit 35af186394
No known key found for this signature in database
GPG Key ID: AA505BC1C6D8AD90
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
export enum Inputs {
Key = "key",
Path = "path",
Paths = "paths",
RestoreKeys = "restore-keys"
}