Archived
1
0

Add authed context key

This commit is contained in:
Asher
2021-05-03 15:00:54 -05:00
parent 9fe459a0f3
commit e7a527514a
3 changed files with 9 additions and 1 deletions

1
typings/ipc.d.ts vendored
View File

@ -6,6 +6,7 @@
* The second is a symlink to the first.
*/
export interface Options {
authed: boolean
base: string
disableTelemetry: boolean
disableUpdateCheck: boolean