仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
zbom_dianjiang
志邦点将系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbom_dian...
MrShi
8 天以前
cb94ff4f0a46eb74c21dd7b34b8d958ef9a9f11c
[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;