In the CLI, we have already converted code to prefer `type` over `interface`. Let's do the same in this project. In the end we want this in our `eslint.js` file: ``` '@typescript-eslint/consistent-type-definitions': ['error', 'type'], ```