HMI-Studios / CivCloneJS

3 stars 1 forks source link

Try to use type instead of interface where relevant #200

Open kjniemela opened 7 months ago

kjniemela commented 7 months ago

We currently use an unholy mix of TypeScript types and interfaces for our custom types. Most of our interfaces could probably be types instead, but I'm not sure if all of them can.