UNPKG

sf-apple-sdk

Version:

Apple SF SDK for SF WMS

11 lines (10 loc) 250 B
interface PostOptions<REQ> { url: string; checkword: string; sysSource: string; serviceCode: string; specialStr: string; body: REQ; } export declare function post<REQ, RES>(options: PostOptions<REQ>): Promise<RES>; export {};