Updated the License.ts model

This commit is contained in:
Mathias Wagner 2023-08-03 12:16:49 +02:00
parent d9fd88ad23
commit 674295bb09
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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,