完成后端类型与平台配置目录分组

This commit is contained in:
yml2213
2026-05-26 09:10:11 +08:00
parent 8d5871bf92
commit 5c7e145766
48 changed files with 62 additions and 62 deletions
+2 -2
View File
@@ -3,12 +3,12 @@ import type {
OrderCreateInput,
OrderListQueryInput,
OrderUpdateInput,
} from '../types/repository-inputs.js'
} from '../types/repository/inputs.js'
import type {
OrderListQueryResult,
OrderListRow,
OrderRow,
} from '../types/repository-rows.js'
} from '../types/repository/rows.js'
type OrderPlatformLookupInput = {
provider?: string