@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
11 lines (10 loc) • 392 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EnterprisePropertiesImplementation = void 0;
class EnterprisePropertiesImplementation {
constructor(providerId, implementation) {
this.providerId = providerId;
this.implementation = implementation;
}
}
exports.EnterprisePropertiesImplementation = EnterprisePropertiesImplementation;