ncloud-api-func.d.ts 290 B

123
  1. export declare function ncloudApi(url: any, body: any, method: string, serverURL: string): Promise<any>;
  2. export declare function novaql(sql: any, params: any, serverURL: any): Promise<any>;
  3. export declare function apig(url: any, body: any, method?: string, apigURL?: string): Promise<any>;