UNPKG

@foxpage/foxpage-manager

Version:

foxpage resource manager

18 lines (17 loc) 398 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TemplateInstance = void 0; const common_1 = require("../common"); /** * template * * @export * @class Template */ class TemplateInstance extends common_1.ContentDetailInstance { constructor(data) { super(data); this.type = 'template'; } } exports.TemplateInstance = TemplateInstance;