refactor(data): merge DTO models into schemas
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { LoginStatus } from "@/data/dto/auth";
|
||||
import type { LoginStatus } from "@/data/schemas/auth";
|
||||
|
||||
import { getRouteAccess } from "./route-meta";
|
||||
import { ROUTE_BUILDERS, ROUTES } from "./routes";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { PayChannel } from "@/data/dto/payment";
|
||||
import type { PayChannel } from "@/data/schemas/payment";
|
||||
import type { PaymentAnalyticsContext } from "@/lib/analytics/payment_analytics_context";
|
||||
import type {
|
||||
PendingChatUnlockKind,
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* - 动态查询路由通过 `ROUTE_BUILDERS` 函数生成,避免手拼字符串。
|
||||
*/
|
||||
|
||||
import type { PayChannel } from "@/data/dto/payment";
|
||||
import type { PayChannel } from "@/data/schemas/payment";
|
||||
import type { AppSubscriptionReturnTo } from "@/router/navigation-types";
|
||||
import {
|
||||
PAYMENT_ANALYTICS_ENTRY_PARAM,
|
||||
|
||||
Reference in New Issue
Block a user