refactor(models): Moved models and Repositories to database

This commit is contained in:
Michel Fedde 2025-06-22 22:59:38 +02:00
parent d5f5fe5f1a
commit 9155f630d9
18 changed files with 42 additions and 42 deletions

View file

@ -1,3 +0,0 @@
export interface Model {
id: number | bigint;
}