仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
zbom_dianjiang
志邦点将系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
优化
MrShi
8 天以前
c0f0e756e9d61c27e358c798c91042e35711028b
[productDev/zbom_dianjiang.git]
/
mini-program
/
node_modules
/
dingtalk-jsapi
/
core.d.ts
1
2
3
4
import { IUNCore } from './lib/ddSdk';
import * as otherApi from './lib/otherApi';
declare const core: typeof otherApi & IUNCore;
export = core;