1 Star 0 Fork 38

luobin/ccc-tnt-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tbl.d.ts 550 Bytes
一键复制 编辑 原始数据 按行查看 历史
伍拾陆 提交于 2023-07-20 20:54 . 红点例子
declare global {
namespace tbl{
interface activity_list_info{
id: number;
type: number;
name: string;
parent: number;
order: number;
red_point: red_point_info
banner: string;
background: string;
time_style: number;
main_icon: string;
tab_icon: string;
tab_name: string;
}
interface red_point_info{
id: number;
name: string;
parent: number;
showType: number;
}
}
}
export { };
declare global {
interface ITbl {
activity_list_info: GTbl<tbl.activity_list_info>;
red_point_info: GTbl<tbl.red_point_info>;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/luobin0720/ccc-tnt-framework.git
[email protected]:luobin0720/ccc-tnt-framework.git
luobin0720
ccc-tnt-framework
ccc-tnt-framework
master

搜索帮助