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;