freeblox/packages/engine/src/types/events.ts

4 lines
65 B
TypeScript

export type EngineEvents = {
error: (error: Error) => void;
};