Explorar o código

fix(ListenerHandler): Property 'modalUuid' does not exist on type

Owen Diffey %!s(int64=2) %!d(string=hai) anos
pai
achega
33a2989cc0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/src/classes/ListenerHandler.class.ts

+ 1 - 1
frontend/src/classes/ListenerHandler.class.ts

@@ -2,7 +2,7 @@ export default class ListenerHandler extends EventTarget {
 	listeners: {
 		[name: string]: Array<{
 			cb: (event: any) => void;
-			options: { replaceable: boolean };
+			options: { replaceable: boolean; modalUuid?: string };
 		}>;
 	};