We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d847edd commit d0edb9bCopy full SHA for d0edb9b
1 file changed
apps/web/hooks/use-payment-plan-operations.ts
@@ -1,14 +1,11 @@
1
import { useState, useContext } from "react";
2
import { FetchBuilder } from "@courselit/utils";
3
-import {
4
- Constants,
+import type {
5
MembershipEntityType,
6
PaymentPlan,
7
} from "@courselit/common-models";
8
import { AddressContext } from "@components/contexts";
9
10
-const { MembershipEntityType } = Constants;
11
-
12
interface UsePaymentPlanOperationsProps {
13
id: string;
14
entityType: MembershipEntityType;
0 commit comments