/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ /** * Container for a set of parameters. */ export interface ParameterSet { [key: string]: string | string[] | undefined; } //# sourceMappingURL=parameterSet.d.ts.map