Export the DownloadOptions/UploadOptions like before
This commit is contained in:
Vendored
+2
@@ -13,6 +13,8 @@ import {
|
|||||||
GetCacheEntryDownloadURLRequest
|
GetCacheEntryDownloadURLRequest
|
||||||
} from './generated/results/api/v1/cache.js'
|
} from './generated/results/api/v1/cache.js'
|
||||||
import {HttpClientError} from '@actions/http-client'
|
import {HttpClientError} from '@actions/http-client'
|
||||||
|
|
||||||
|
export type {DownloadOptions, UploadOptions}
|
||||||
export class ValidationError extends Error {
|
export class ValidationError extends Error {
|
||||||
constructor(message: string) {
|
constructor(message: string) {
|
||||||
super(message)
|
super(message)
|
||||||
|
|||||||
Reference in New Issue
Block a user