Interface TestItemReference

interface TestItemReference {
    controllerId: string;
    testPath: string[];
    typeTag: "$type_test_item_reference";
}

Properties

controllerId: string
testPath: string[]
typeTag: "$type_test_item_reference"