Typescriptify main.js
This commit is contained in:
parent
e033fd2cf3
commit
9a1430a460
22 changed files with 721 additions and 524 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
import { session as ElectronSession } from 'electron';
|
||||
|
||||
import { ConfigType } from './config';
|
||||
import type { ConfigType } from './base_config';
|
||||
|
||||
const PERMISSIONS: Record<string, boolean> = {
|
||||
// Allowed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue