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

Properties

Properties

plans: PlanDetails[]
totalCount: number