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