interface CreatePlan {
    description?: string;
    name?: string;
    properties?: any;
    type?: DeliveryTimelineView;
}

Properties

description?: string

Description of the plan

name?: string

Name of the plan to create.

properties?: any

Plan properties.

Type of plan to create.