Skip to content

Commit cff0201

Browse files
authored
Updated contract/read response types (#430)
1 parent f74de89 commit cff0201

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/server/schemas/sharedApiSchemas.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ const replyBodySchema = Type.Object({
7171
Type.String(),
7272
Type.Object({}),
7373
Type.Array(Type.Any()),
74+
Type.Boolean(),
75+
Type.Tuple([Type.Any(), Type.Any()]),
7476
]),
7577
),
7678
});

0 commit comments

Comments
 (0)