This is a temporary class to provide the details for the test run environment.

interface DtlEnvironmentDetails {
    csmContent: string;
    csmParameters?: string;
    subscriptionName?: string;
}

Properties

csmContent: string
csmParameters?: string
subscriptionName?: string