interface TestAuthoringDetails {
    configurationId?: number;
    isAutomated?: boolean;
    lastUpdated?: Date;
    pointId?: number;
    priority?: number;
    runBy?: string;
    state?: TestPointState;
    suiteId?: number;
    testerId?: string;
}

Properties

configurationId?: number
isAutomated?: boolean
lastUpdated?: Date
pointId?: number
priority?: number
runBy?: string
suiteId?: number
testerId?: string