Export the DownloadOptions/UploadOptions like before

This commit is contained in:
Daniel Kennedy
2026-01-29 13:58:05 -05:00
parent d901516882
commit 11870e11ab
+2
View File
@@ -13,6 +13,8 @@ import {
GetCacheEntryDownloadURLRequest
} from './generated/results/api/v1/cache.js'
import {HttpClientError} from '@actions/http-client'
export type {DownloadOptions, UploadOptions}
export class ValidationError extends Error {
constructor(message: string) {
super(message)