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 {model, ObjectId, Schema, Types} from "mongoose";
|
||||||
import { fieldEncryption } from "mongoose-field-encryption";
|
import { fieldEncryption } from "mongoose-field-encryption";
|
||||||
import process from "process";
|
import process from "process";
|
||||||
|
import { ILicenseMetaType } from "@models/MetaData";
|
||||||
export enum ILicenseMetaType {
|
|
||||||
STRING
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface ILicenseMeta {
|
export interface ILicenseMeta {
|
||||||
type: ILicenseMetaType,
|
type: ILicenseMetaType,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user