more cleanup

This commit is contained in:
Trym Lund Flogard
2021-06-05 14:21:53 +02:00
parent 2b05098faf
commit 7ca2f4d4fb
6 changed files with 40 additions and 83 deletions

View File

@ -1,3 +1,4 @@
import { URL } from 'url'
import { NoFileOption } from './NoFileOption'
export interface Inputs {
@ -5,9 +6,7 @@ export interface Inputs {
readonly ArtifactPath: string
readonly Retention: string
readonly Endpoint: string
readonly Endpoint: URL
readonly Username: string