mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-09 12:57:34 +00:00
Remove absolute paths
This commit is contained in:
+6
@@ -39,6 +39,12 @@ export interface IRequestOptions {
|
||||
maxRedirects?: number;
|
||||
maxSockets?: number;
|
||||
keepAlive?: boolean;
|
||||
deserializeDates?: boolean;
|
||||
allowRetries?: boolean;
|
||||
maxRetries?: number;
|
||||
}
|
||||
export interface ITypedResponse<T> {
|
||||
statusCode: number;
|
||||
result: T | null;
|
||||
headers: Object;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user