## Build & Development Commands
- When making TypeScript structures always use `Type`, never use `Interface`
- Always use the simplest implementation.
- Do not add new libraries, unless told to.
- Do suggest libraries to add, but explain as to why it would help.