mirror of
https://github.com/SikongJueluo/kubejs-utils.git
synced 2026-01-29 08:17:49 +08:00
9 lines
274 B
TypeScript
9 lines
274 B
TypeScript
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 };
|
|
};
|
|
}
|