mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-03 13:52:09 +03:00
fix(types): export web executor types from their module (#8810)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user