完成后端类型与平台配置目录分组
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user