完成后端类型与平台配置目录分组
This commit is contained in:
@@ -43,7 +43,7 @@ import {
|
||||
normalizeActor,
|
||||
parseTaskContext,
|
||||
} from "./task-context.js";
|
||||
import type { TaskRow } from "../../../types/repository-rows.js";
|
||||
import type { TaskRow } from "../../../types/repository/rows.js";
|
||||
|
||||
export {
|
||||
isKuaishouCloudBindUrlFresh,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { parseTaskContext as parseTaskContextValue } from "../../../utils/task-json.js";
|
||||
import type { TaskRow } from "../../../types/repository-rows.js";
|
||||
import type { TaskRow } from "../../../types/repository/rows.js";
|
||||
|
||||
type JsonObject = Record<string, any>;
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ import {
|
||||
} from "./domain.js";
|
||||
import { resolvePersistedCloudtentaclesContextWithFallback } from "./cloudtentacles-context.js";
|
||||
import { normalizeActor, parseTaskContext } from "./task-context.js";
|
||||
import type { TaskRow } from "../../../types/repository-rows.js";
|
||||
import type { TaskRow } from "../../../types/repository/rows.js";
|
||||
|
||||
export async function dispatchKuaishouCloudFulfillmentTask(
|
||||
task: TaskRow,
|
||||
|
||||
Reference in New Issue
Block a user