node_modules/electron-acrylic-window/dist/browserWindow.d.ts:67:5 - error TS2416: Property 'setVibrancy' in type 'BrowserWindow' is not assignable to the same property in base type 'BrowserWindow'.
Type '(options?: Vibrancy | undefined) => void' is not assignable to type '(type: "window" | "content" | "header" | "menu" | "appearance-based" | "light" | "dark" | "titlebar" | "selection" | "popover" | "sidebar" | "medium-light" | "ultra-dark" | "sheet" | ... 5 more ... | null) => void'.
Types of parameters 'options' and 'type' are incompatible.
Type '"window" | "content" | "header" | "menu" | "appearance-based" | "light" | "dark" | "titlebar" | "selection" | "popover" | "sidebar" | "medium-light" | "ultra-dark" | "sheet" | ... 5 more ... | null' is not assignable to type 'Vibrancy | undefined'.
Type 'null' is not assignable to type 'Vibrancy | undefined'.
67 setVibrancy(options?: Vibrancy): void;