2 Commits

Author SHA1 Message Date
8e14bf77b4
refactor: reorganize code and enhance readability
Code imports rearranged and updated for better consistency. Missing semicolons were added in multiple files to improve code readability and standards compliance. The usage of whitespace and indentation was also standardized across multiple files to improve overall code clarity.
2024-05-23 12:31:57 +02:00
8d7d8d750d
feat: Add MariaDB interfaces for User and Follow
This commit introduces definitions for UserInDatabase and FollowInDatabase interfaces. These interfaces will provide a strict typing for objects retrieved from MariaDB, ensuring consistency and decreasing potential runtime errors.
2024-05-15 14:23:55 +02:00