postAsyncFetch.d.ts 106 B

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