Interface GetPlansResp

interface GetPlansResp {
    plans: SubscriptionPlan[];
}

Properties

Properties