repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update all non-major dependencies
[ProtonMail-WebClient.git]
/
applications
/
pass-desktop
/
src
/
types.ts
blob
926bc0c71d32669895c2d978725702102cb8c6a5
1
import type { BrowserWindow } from 'electron';
2
3
import type { MaybeNull } from '@proton/pass/types';
4
5
export type PassElectronContext = { window: MaybeNull<BrowserWindow>; quitting: boolean };