From 761dc0e97c7a5da2537b1f541d0544d249e1e59a Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 13 May 2024 14:50:46 -0600 Subject: [PATCH] ok --- web/lib/clients/jawnTypes/public.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/lib/clients/jawnTypes/public.ts b/web/lib/clients/jawnTypes/public.ts index e5f7a7ea09..a16584c841 100644 --- a/web/lib/clients/jawnTypes/public.ts +++ b/web/lib/clients/jawnTypes/public.ts @@ -2,6 +2,10 @@ type JsonValue = string | number | boolean | null | JsonArray | JsonObject; interface JsonArray extends Array {} interface JsonObject { [key: string]: JsonValue; } +type JsonValue = string | number | boolean | null | JsonArray | JsonObject; +interface JsonArray extends Array {} +interface JsonObject { [key: string]: JsonValue; } + /** * This file was auto-generated by openapi-typescript. * Do not make direct changes to the file.