interface TestCaseReference2 {
    areaId?: number;
    automatedTestId?: string;
    automatedTestName?: string;
    automatedTestNameHash?: number[];
    automatedTestStorage?: string;
    automatedTestStorageHash?: number[];
    automatedTestType?: string;
    configurationId?: number;
    createdBy?: string;
    creationDate?: Date;
    lastRefTestRunDate?: Date;
    owner?: string;
    priority?: number;
    projectId?: string;
    testCaseId?: number;
    testCaseRefId?: number;
    testCaseRevision?: number;
    testCaseTitle?: string;
    testPointId?: number;
}

Properties

areaId?: number
automatedTestId?: string
automatedTestName?: string
automatedTestNameHash?: number[]
automatedTestStorage?: string
automatedTestStorageHash?: number[]
automatedTestType?: string
configurationId?: number
createdBy?: string
creationDate?: Date
lastRefTestRunDate?: Date
owner?: string
priority?: number
projectId?: string
testCaseId?: number
testCaseRefId?: number
testCaseRevision?: number
testCaseTitle?: string
testPointId?: number