refactor(data): merge DTO models into schemas
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { DoneActorEvent, ErrorActorEvent } from "xstate";
|
||||
|
||||
import type { PaymentPlansResponse } from "@/data/dto/payment";
|
||||
import type { PaymentPlansResponse } from "@/data/schemas/payment";
|
||||
|
||||
import {
|
||||
consumeFirstRechargeState,
|
||||
|
||||
Reference in New Issue
Block a user