diff --git a/types/zapier-platform-core/index.d.ts b/types/zapier-platform-core/index.d.ts index 474de4f0fd..2f0c11bd01 100644 --- a/types/zapier-platform-core/index.d.ts +++ b/types/zapier-platform-core/index.d.ts @@ -58,6 +58,8 @@ export interface Z { new (message?: string): RefreshAuthError; }; }; + stashFile: (promise: Promise, knownLength?: number | string, filename?: string, contentType?: string) => Promise; + dehydrate: (callback: (z: Z, bundle: Bundle) => any, inputData: T) => string; } export interface AuthData {