Skip to content

Commit

Permalink
Export schemas type
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Mar 8, 2025
1 parent e843611 commit ca9b26f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export type {
} from "./engine/core/resolver.ts";
export { $live, initContext, newContext } from "./engine/manifest/manifest.ts";
export { lazySchemaFor } from "./engine/schema/lazy.ts";
export type { Schemas } from "./engine/schema/builder.ts";
export * from "./runtime/errors.ts";
export { fetch } from "./runtime/fetch/mod.ts";
export type { RequestInit } from "./runtime/fetch/mod.ts";
Expand Down

0 comments on commit ca9b26f

Please sign in to comment.