mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
feature(zapier-core-platform): add missing methods to Z object (#25101)
This commit is contained in:
committed by
Ryan Cavanaugh
parent
8d24d22453
commit
fdcf6d8469
2
types/zapier-platform-core/index.d.ts
vendored
2
types/zapier-platform-core/index.d.ts
vendored
@@ -58,6 +58,8 @@ export interface Z {
|
||||
new (message?: string): RefreshAuthError;
|
||||
};
|
||||
};
|
||||
stashFile: (promise: Promise<HttpResponse>, knownLength?: number | string, filename?: string, contentType?: string) => Promise<string>;
|
||||
dehydrate: <T>(callback: (z: Z, bundle: Bundle<T>) => any, inputData: T) => string;
|
||||
}
|
||||
|
||||
export interface AuthData {
|
||||
|
||||
Reference in New Issue
Block a user