Skip to content

Commit 391bf34

Browse files
committed
fix: removed duplicate jawn type
1 parent 5e09ad3 commit 391bf34

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

web/lib/clients/jawnTypes/public.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ type JsonValue = string | number | boolean | null | JsonArray | JsonObject;
22
interface JsonArray extends Array<JsonValue> {}
33
interface JsonObject { [key: string]: JsonValue; }
44

5-
type JsonValue = string | number | boolean | null | JsonArray | JsonObject;
6-
interface JsonArray extends Array<JsonValue> {}
7-
interface JsonObject { [key: string]: JsonValue; }
8-
95
/**
106
* This file was auto-generated by openapi-typescript.
117
* Do not make direct changes to the file.

0 commit comments

Comments
 (0)