Skip to content

Commit

Permalink
Updated contract/read response types (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanW3 authored Feb 26, 2024
1 parent f74de89 commit cff0201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/schemas/sharedApiSchemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ const replyBodySchema = Type.Object({
Type.String(),
Type.Object({}),
Type.Array(Type.Any()),
Type.Boolean(),
Type.Tuple([Type.Any(), Type.Any()]),
]),
),
});
Expand Down

0 comments on commit cff0201

Please sign in to comment.