correct an event type

Signed-off-by: Eric Promislow <epromislow@suse.com>
This commit is contained in:
Eric Promislow
2021-10-04 16:37:58 -07:00
parent 4619106483
commit 12a2917d3d

View File

@@ -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