We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e09ad3 commit 391bf34Copy full SHA for 391bf34
web/lib/clients/jawnTypes/public.ts
@@ -2,10 +2,6 @@ type JsonValue = string | number | boolean | null | JsonArray | JsonObject;
2
interface JsonArray extends Array<JsonValue> {}
3
interface JsonObject { [key: string]: JsonValue; }
4
5
-type JsonValue = string | number | boolean | null | JsonArray | JsonObject;
6
-interface JsonArray extends Array<JsonValue> {}
7
-interface JsonObject { [key: string]: JsonValue; }
8
-
9
/**
10
* This file was auto-generated by openapi-typescript.
11
* Do not make direct changes to the file.
0 commit comments