From b6de67a0346fc9e94844d2749e40f2700d765eae Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Wed, 18 Dec 2024 07:49:31 -0800 Subject: [PATCH] generate --- frontend/types/gotypes.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/types/gotypes.d.ts b/frontend/types/gotypes.d.ts index c0149d01e..aeae138a9 100644 --- a/frontend/types/gotypes.d.ts +++ b/frontend/types/gotypes.d.ts @@ -290,6 +290,8 @@ declare global { type ConnKeywords = { "conn:wshenabled"?: boolean; "conn:askbeforewshinstall"?: boolean; + "conn:autoconnect"?: boolean; + "conn:inactivetimeout"?: boolean; "display:hidden"?: boolean; "display:order"?: number; "term:*"?: boolean;