Update all non-major dependencies
[ProtonMail-WebClient.git] / applications / pass-desktop / src / types.ts
blob926bc0c71d32669895c2d978725702102cb8c6a5
1 import type { BrowserWindow } from 'electron';
3 import type { MaybeNull } from '@proton/pass/types';
5 export type PassElectronContext = { window: MaybeNull<BrowserWindow>; quitting: boolean };