interface UpdatePlan {
    description?: string;
    name?: string;
    properties?: any;
    revision?: number;
    type?: DeliveryTimelineView;
}

Properties

description?: string

Description of the plan

name?: string

Name of the plan to create.

properties?: any

Plan properties.

revision?: number

Revision of the plan that was updated - the value used here should match the one the server gave the client in the Plan.

Type of the plan