UNPKG

@omnia/fx-models

Version:
11 lines (10 loc) 392 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EnterprisePropertiesImplementation = void 0; class EnterprisePropertiesImplementation { constructor(providerId, implementation) { this.providerId = providerId; this.implementation = implementation; } } exports.EnterprisePropertiesImplementation = EnterprisePropertiesImplementation;