Output returned when listing pricing plans.

interface ListPlansResponse {
    plans: Cockpit.v1.Plan[];
    totalCount: number;
}

Properties

Properties

plans: Cockpit.v1.Plan[]

Plan types information.

totalCount: number

Total count of available pricing plans.