/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ export interface IADOConstants { orgUrl: string; projectName: string; ciBuildDefinitionId: number; prBuildDefinitionId?: number; bundleAnalysisArtifactName: string; projectRepoGuid?: string; buildsToSearch?: number; } export declare const totalSizeMetricName = "Total Size"; //# sourceMappingURL=Constants.d.ts.map