We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122bf92 commit 8d5cfc5Copy full SHA for 8d5cfc5
1 file changed
src/__tests__/types.test.ts
@@ -350,7 +350,7 @@ describe("Types", () => {
350
351
describe("when a single response is defined", () => {
352
it("should return the response's input type", () => {
353
- type Expected = string | boolean;
+ type Expected = string;
354
355
type Actual = t.GetRouteHandlerReturnType<{
356
responses: StandardSchemaV1<string, boolean>;
0 commit comments