Skip to content

REFACTOR: Centralised Types and Interfaces#132

Merged
mbeps merged 4 commits into
mainfrom
dev
Dec 7, 2025
Merged

REFACTOR: Centralised Types and Interfaces#132
mbeps merged 4 commits into
mainfrom
dev

Conversation

@mbeps

@mbeps mbeps commented Dec 7, 2025

Copy link
Copy Markdown
Owner

This pull request refactors the codebase to centralize and standardize type definitions by moving interface and type declarations from their respective atom files into a dedicated @/types directory. All relevant imports across the application have been updated to use these new type definitions, resulting in a cleaner and more maintainable codebase.

Type and Interface Refactoring:

Cleanup and Consistency:

  • Removed redundant type/interface definitions from atom files now that they are sourced from the @/types directory. [1] [2] [3] [4] [5]
  • Updated import paths throughout the application to use the new centralized type locations, ensuring consistency and reducing duplication. (All references above)

This refactor improves maintainability, makes type management more scalable, and reduces the risk of type inconsistencies across the project.

@vercel

vercel Bot commented Dec 7, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
circus-discussion Ready Ready Preview Comment Dec 7, 2025 9:09pm

@mbeps
mbeps merged commit abc9d38 into main Dec 7, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant