Source Test Plan information for Test Plan clone operation

interface SourceTestPlanInfo {
    id: number;
    suiteIds?: number[];
}

Properties

Properties

id: number

ID of the source Test Plan

suiteIds?: number[]

Id of suites to be cloned inside source Test Plan