This commit is contained in:
Deepak Dahiya
2022-03-31 10:41:54 +00:00
committed by GitHub
parent bda035c74d
commit daa24d7958
4 changed files with 51 additions and 25 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
import {CompressionMethod} from './constants'
import {
ITypedResponse
} from '@actions/http-client/interfaces'
import {ITypedResponse} from '@actions/http-client/interfaces'
export interface ITypedResponseWithErrorMessage<T> extends ITypedResponse<T> {
message?: string