Remove unused constants

This commit is contained in:
Lovepreet Singh 2022-08-18 11:10:41 +00:00
parent ce68daa10e
commit 14d8f65f10

View File

@ -11,12 +11,6 @@ export enum CompressionMethod {
Zstd = 'zstd'
}
export enum TarOperation {
Create = 'create',
List = 'list',
Extract = 'extract'
}
// The default number of retry attempts.
export const DefaultRetryAttempts = 2