wuhu-torn-helper/src/ts/globVars.ts
2023-01-09 18:07:20 +08:00

6 lines
161 B
TypeScript

export default {
// 监听到的fetch数据
WH_FETCH_LOG: [] as { body: unknown | string, url: string }[],
map: {} as { [key: string]: unknown },
};