/*! * Copyright (c) Microsoft. All rights reserved. */ export interface CommonInfo { externalCorrelationId?: string; } export interface CommonAppInfo extends CommonInfo { environmentId?: string; solutionId?: string; }