1
0
Files
wheat-server-kubejs/kubejs/probe/user/constants.d.ts
T

15 lines
180 B
TypeScript
Raw Normal View History

2022-07-03 21:22:33 +08:00
declare const global: {
2022-08-20 14:27:34 +08:00
/** 颜色列表 */
COLORS: {
[key: string]: {
CODE: string,
HEX: string,
};
};
2022-07-03 21:22:33 +08:00
/** 日志前缀 */
LOG_PREFIX: string;
};