mirror of
https://github.com/rancher-sandbox/rancher-desktop.git
synced 2021-10-13 00:04:06 +03:00
correct an event type
Signed-off-by: Eric Promislow <epromislow@suse.com>
This commit is contained in:
2
src/typings/electron-ipc.d.ts
vendored
2
src/typings/electron-ipc.d.ts
vendored
@@ -45,7 +45,7 @@ interface IpcMainEvents {
|
||||
'do-image-scan': (imageName: string) => void;
|
||||
'do-image-push': (imageName: string, imageID: string, tag: string) => void;
|
||||
'do-image-deletion': (imageName: string, imageID: string) => void;
|
||||
'images-namespaces-read': () => Array<string>;
|
||||
'images-namespaces-read': () => void;
|
||||
// #endregion
|
||||
|
||||
// #region firstrun
|
||||
|
||||
Reference in New Issue
Block a user