"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StoreComponent = void 0; class StoreComponent { constructor(jsonString, fileName, componentType) { this.jsonString = jsonString; this.fileName = fileName; this.componentType = componentType; } } exports.StoreComponent = StoreComponent; //# sourceMappingURL=StoreComponent.js.map