mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
7 lines
100 B
JavaScript
7 lines
100 B
JavaScript
declare module 'electron' {
|
|
declare module.exports: {
|
|
shell: Object,
|
|
remote: Object
|
|
}
|
|
}
|