{"version":3,"file":"IConfigFactory.js","sourceRoot":"","sources":["../../src/IConfigFactory.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport type { ConfigurationModel } from './generated/types';\n\nexport interface ConfigFactory {\n  /**\n   * Returns a ConfigurationModel.\n   *\n   * @returns ConfigurationModel a ConfigurationModel with all configuration attributes\n   */\n  getConfigModel(): ConfigurationModel;\n}\n"]}