Skip to content

Commit bfc925a

Browse files
authored
Merge branch 'master' into copilot/fix-error-in-vault-usage
2 parents c9f651b + 34750ab commit bfc925a

4 files changed

Lines changed: 100 additions & 556 deletions

File tree

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
55
// TypeScript Version: 2.3
66

7-
import * as request from "postman-request";
7+
import type { AxiosRequestConfig } from "axios";
88

99
declare namespace NodeVault {
1010
interface Option {
@@ -141,7 +141,7 @@ declare namespace NodeVault {
141141
noCustomHTTPVerbs?: boolean;
142142
pathPrefix?: string;
143143
token?: string;
144-
requestOptions?: request.CoreOptions;
144+
requestOptions?: AxiosRequestConfig;
145145
}
146146
}
147147

0 commit comments

Comments
 (0)