mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
7 lines
214 B
TypeScript
7 lines
214 B
TypeScript
|
declare module 'electron' {
|
||
|
export interface MenuItemConstructorOptions {
|
||
|
// see: https://github.com/electron/electron/issues/30719 for why this module augmentation is necessary.
|
||
|
selector?: string;
|
||
|
}
|
||
|
}
|