interface TestPlanCloneRequest {
    destinationTestPlan?: TestPlan;
    options?: CloneOptions;
    suiteIds?: number[];
}

Properties

destinationTestPlan?: TestPlan
options?: CloneOptions
suiteIds?: number[]