refactor(data): merge DTO models into schemas
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { PayChannel } from "@/data/dto/payment";
|
||||
import type { PayChannel } from "@/data/schemas/payment";
|
||||
import type { AppSubscriptionReturnTo } from "@/router/navigation-types";
|
||||
|
||||
export type PaymentSearchParamValue = string | string[] | undefined;
|
||||
|
||||
Reference in New Issue
Block a user