diff --git a/ui/env.d.ts b/ui/env.d.ts index bb43da4ffa..e505ad3ada 100644 --- a/ui/env.d.ts +++ b/ui/env.d.ts @@ -119,5 +119,10 @@ declare module "@formkit/inputs" { type: "menuCheckbox"; value?: string[]; }; + + code: { + type: "code"; + value?: string; + }; } }