refactor(data): merge DTO models into schemas
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ExceptionHandler } from "@/core/errors";
|
||||
import type { PaymentPlan } from "@/data/dto/payment";
|
||||
import type { PaymentPlan } from "@/data/schemas/payment";
|
||||
|
||||
import type { PaymentState } from "../payment-state";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user