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,