axauth 3.1.4 → 3.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -90,4 +90,4 @@ interface RefreshBlobOptions extends RefreshOptions {
|
|
|
90
90
|
*/
|
|
91
91
|
declare function refreshBlob(blob: unknown, options: RefreshBlobOptions): Promise<RefreshBlobResult>;
|
|
92
92
|
export { refreshAndPersist, refreshBlob, refreshCredentials };
|
|
93
|
-
export type { RefreshAndPersistResult,
|
|
93
|
+
export type { RefreshAndPersistResult, RefreshBlobResult, RefreshOptions, RefreshResult, };
|