mirror of
https://github.com/actions/toolkit.git
synced 2026-08-15 00:00:25 +02:00
Resolved comments
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
import {CompressionMethod} from './constants'
|
||||
import {ITypedResponse} from '@actions/http-client/interfaces'
|
||||
import {HttpClientError} from '@actions/http-client'
|
||||
|
||||
export interface ITypedResponseWithErrorMessage<T> extends ITypedResponse<T> {
|
||||
message?: string
|
||||
typeKey?: string
|
||||
error?: HttpClientError
|
||||
}
|
||||
|
||||
export interface ArtifactCacheEntry {
|
||||
|
||||
Reference in New Issue
Block a user