Komplettumstieg auf drizzle
This commit is contained in:
@@ -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[];
|
||||
}
|
||||
Reference in New Issue
Block a user