refactor(data): merge DTO models into schemas
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { fromPromise } from "xstate";
|
||||
|
||||
import { PaymentPlansResponse } from "@/data/dto/payment";
|
||||
import { PaymentPlansResponse } from "@/data/schemas/payment";
|
||||
import { getPaymentRepository } from "@/data/repositories/payment_repository";
|
||||
import { Result } from "@/utils/result";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user