Figma Widget Typings does not recognize useProperty type 'toggle'

I’m trying to use a useProperty() toggle item but my widget’s typescript check fails with the following error.

src/main.tsx:60:9 - error TS2322: Type '"toggle"' is not assignable to type '"action" | "separator" | "color-selector" | "dropdown"'.

Seems like widget typings isn’t update with all the possible options right now.

Update the widget typing files to the current version.