refactor(data): merge DTO models into schemas
This commit is contained in:
@@ -6,7 +6,7 @@ import type {
|
||||
PayChannel,
|
||||
PaymentOrderStatusResponse,
|
||||
PaymentPlansResponse,
|
||||
} from "@/data/dto/payment";
|
||||
} from "@/data/schemas/payment";
|
||||
import type { Result } from "@/utils/result";
|
||||
|
||||
export interface IPaymentRepository {
|
||||
|
||||
Reference in New Issue
Block a user