@iotechpis/strapi-plugin-schemas-to-ts
Version:
A Strapi plugin that automatically generates Typescript interfaces for Strapi entities and components.
11 lines (10 loc) • 455 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SchemaType = void 0;
var SchemaType;
(function (SchemaType) {
SchemaType[SchemaType["Standard"] = 0] = "Standard";
SchemaType[SchemaType["Plain"] = 1] = "Plain";
SchemaType[SchemaType["NoRelations"] = 2] = "NoRelations";
SchemaType[SchemaType["AdminPanelLifeCycle"] = 3] = "AdminPanelLifeCycle";
})(SchemaType || (exports.SchemaType = SchemaType = {}));