fix(types): export web executor types from their module (#8810)

This commit is contained in:
backryun
2026-07-28 10:38:04 +09:00
committed by GitHub
parent 253856544f
commit 308d3f06e2

View File

@@ -20,9 +20,11 @@ export type {
PoolConfig,
PoolStats,
PoolSessionDetail,
} from "./types.ts";
export type {
WebExecutorFn,
WebExecutorRequest,
WebExecutorResponse,
} from "./types.ts";
} from "./webExecutorWrapper.ts";
export { DEFAULT_POOL_CONFIG } from "./types.ts";