Updated the License.ts model
This commit is contained in:
parent
d9fd88ad23
commit
674295bb09
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user