diff --git a/frontend/src/game/fight/types.ts b/frontend/src/game/fight/types.ts index ec6f2f9..b0953a8 100644 --- a/frontend/src/game/fight/types.ts +++ b/frontend/src/game/fight/types.ts @@ -26,7 +26,7 @@ export interface ChoreoContext { GROUND_Y: number FRAME_SIZE: number theme: { bg: string; ground: string; accent: string } - safeColor: (color: string) => any + safeColor: (color: string) => ReturnType trackedTimeout: (fn: () => void, ms: number) => ReturnType trackedInterval: (fn: () => void, ms: number) => ReturnType clearTracked: (id: ReturnType) => void