Ai
188 Star 1.7K Fork 406

GVPAPITable/APITable

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
databus_wasm.d.ts 753 Bytes
一键复制 编辑 原始数据 按行查看 历史
笑苍天Smile 提交于 2023-08-28 16:53 +08:00 . sync: hosted cloud (#1248)
/* tslint:disable */
/* eslint-disable */
/**
* @param {number} a
* @param {number} b
* @returns {number}
*/
export function add_tn(a: number, b: number): number;
/**
* @param {string} _some_th
* @returns {Promise<any>}
*/
export function ping_2(_some_th: string): Promise<any>;
/**
* @param {string} _dst_id
* @returns {any}
*/
export function get_records(_dst_id: string): any;
/**
*/
export class DataBusBridge {
free(): void;
/**
* @param {string} base_url
* @param {string} room_server_url
*/
constructor(base_url: string, room_server_url: string);
/**
* @returns {Promise<void>}
*/
init(): Promise<void>;
/**
*/
print(): void;
/**
* @param {string} dst_id
* @returns {Promise<any>}
*/
get_datasheet_pack(dst_id: string): Promise<any>;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/apitable/APITable.git
git@gitee.com:apitable/APITable.git
apitable
APITable
APITable
develop

搜索帮助