@based/types
Advanced tools
Comparing version 2.5.0 to 2.6.0
@@ -166,2 +166,7 @@ /// <reference types="node" /> | ||
refreshToken?: string; | ||
renewOptions?: { | ||
refreshToken?: string; | ||
} & { | ||
[key: string]: any; | ||
}; | ||
}; | ||
@@ -236,3 +241,5 @@ export declare type AnalyticsResult = { | ||
export declare type RenewTokenOpts = { | ||
refreshToken: string; | ||
refreshToken?: string; | ||
} & { | ||
[key: string]: any; | ||
}; | ||
@@ -239,0 +246,0 @@ export declare type FileUploadOptions = { |
{ | ||
"name": "@based/types", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
23198
652