refactor(data): merge DTO models into schemas
This commit is contained in:
@@ -5,7 +5,7 @@ import type {
|
||||
PayChannel,
|
||||
PaymentOrderStatus,
|
||||
PaymentPlan,
|
||||
} from "@/data/dto/payment";
|
||||
} from "@/data/schemas/payment";
|
||||
|
||||
export type PaymentPlanCatalog = "default" | "tip";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user