postAsyncFetch.d.ts 106 B

12
  1. export declare function postAsyncFetch(this: any, object: any, url: any, options?: any): Promise<object>;