mirror of
https://github.com/SikongJueluo/kubejs-utils.git
synced 2026-01-29 08:17:49 +08:00
feat(c4): improve C4 timer and add type definitions
This commit is contained in:
8
types/global.d.ts
vendored
Normal file
8
types/global.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export {}; // Mark the file as a module, do not remove unless there are other import/exports!
|
||||
// Override the global type
|
||||
declare global {
|
||||
export type ProbeJS$$ResolvedGlobal = {
|
||||
eventBus: EventBus;
|
||||
toExplosionC4Map: { [key: string]: boolean };
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user