diff --git a/frontend/types/gotypes.d.ts b/frontend/types/gotypes.d.ts index 4b71dfcd59..41423efb28 100644 --- a/frontend/types/gotypes.d.ts +++ b/frontend/types/gotypes.d.ts @@ -296,7 +296,6 @@ declare global { type ConnKeywords = { "conn:wshenabled"?: boolean; "conn:askbeforewshinstall"?: boolean; - "conn:overrideconfig"?: boolean; "conn:wshpath"?: string; "conn:shellpath"?: string; "conn:ignoresshconfig"?: boolean;