diff --git a/apps/server/src/database/types/entity.types.ts b/apps/server/src/database/types/entity.types.ts index 530767795..306c48494 100644 --- a/apps/server/src/database/types/entity.types.ts +++ b/apps/server/src/database/types/entity.types.ts @@ -6,7 +6,6 @@ import { BaseProperties, BaseRows, BaseViews, - Bases, Comments, Groups, Notifications, @@ -212,11 +211,6 @@ export type Template = Selectable; export type InsertableTemplate = Insertable; export type UpdatableTemplate = Updateable>; -// Base -export type Base = Selectable; -export type InsertableBase = Insertable; -export type UpdatableBase = Updateable>; - // Base Property export type BaseProperty = Selectable; export type InsertableBaseProperty = Insertable;