- [ ] Rename interface files to `*.type.ts` and class files to `*.class.ts`. - [ ] Merge class files from standard to rest of the code, such that each `*.class.ts` file sits next to its corresponding `*.type.ts` file. - [ ] Update all references to these names in module imports. - [ ] Ensure tests still pass after this rearrangement.
*.type.tsand class files to*.class.ts.*.class.tsfile sits next to its corresponding*.type.tsfile.