© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Ozzie Neher
Full Stack Dev
Haven't used TypeScript but generally in programming an interface is like a blueprint for a class. It defines things like what methods it needs to implement. It is a guarentee that the extending class will implement those methods.