feature(zapier-core-platform): add missing methods to Z object (#25101)

This commit is contained in:
Rafał Majchrzak
2018-04-19 00:32:37 +02:00
committed by Ryan Cavanaugh
parent 8d24d22453
commit fdcf6d8469

View File

@@ -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 {