Skip to content

Commit

Permalink
export useful zod schemas for use outside of the library
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Nov 13, 2023
1 parent 23fb40c commit 3eca1f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ export {
aboutSchema,
newRequestResponseSchema,
requestSchema,
urlSchema,
ranchSchema,
newRequestSchema,
requestIdSchema,
};

export default class TestingFarmAPI {
Expand Down

0 comments on commit 3eca1f9

Please sign in to comment.