From 674295bb09a150175f12d689bd9265ab7518dc56 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 3 Aug 2023 12:16:49 +0200 Subject: [PATCH] Updated the License.ts model --- src/models/License.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/models/License.ts b/src/models/License.ts index 0756b9d..c83f945 100644 --- a/src/models/License.ts +++ b/src/models/License.ts @@ -1,10 +1,7 @@ import {model, ObjectId, Schema, Types} from "mongoose"; import { fieldEncryption } from "mongoose-field-encryption"; import process from "process"; - -export enum ILicenseMetaType { - STRING -} +import { ILicenseMetaType } from "@models/MetaData"; export interface ILicenseMeta { type: ILicenseMetaType,