biz-slide-core 1.2.34 → 1.2.36
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,7 @@ exports.SlideLayoutModel = void 0;
|
|
4
4
|
var mongoose_1 = require("mongoose");
|
5
5
|
var SlideLayoutSchema = new mongoose_1.Schema({
|
6
6
|
name: { type: String, default: "", required: true },
|
7
|
+
alias: { type: [String], default: [], _id: false },
|
7
8
|
templateTypeId: { type: mongoose_1.Schema.Types.ObjectId, ref: "template-type" },
|
8
9
|
deletedAt: { type: Date, default: null },
|
9
10
|
}, {
|