interface ListPlansResponse {
    plans: EdgeServices.v1alpha1.PlanDetails[];
    totalCount: number;
}

Properties

Properties

totalCount: number