2 lines
106 B
TypeScript
2 lines
106 B
TypeScript
|
|
export declare function postAsyncFetch(this: any, object: any, url: any, options?: any): Promise<object>;
|