interface DuplicatePlanRequest {
    name: string;
}

Properties

Properties

name: string

The plan name.