Komplettumstieg auf drizzle

This commit is contained in:
2024-04-20 20:48:18 +02:00
parent c4cdcf4505
commit c90d6b72b7
31 changed files with 18911 additions and 186 deletions

View File

@@ -1,7 +1,4 @@
import { Entity } from "redis-om";
import { UserBase } from "./main.model.js";
export interface Geo {
id: number;
name: string;
@@ -65,6 +62,3 @@ export interface Timezone {
abbreviation: string;
tzName: string;
}
export interface UserEntity extends UserBase, Entity {
licensedIn?: string[];
}