mirror of
https://github.com/stablyai/orca.git
synced 2026-09-26 16:02:43 +00:00
The preload implementation and IPC handler for getVersion existed but the type declaration was missing, causing TS2339 on Windows CI. Also converts interfaces to type aliases in the preload type declarations to satisfy the consistent-type-definitions lint rule. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>