@forge/bridge
5.13.0-next.1-experimental-112266b5.13.0-next.3
out/events/events.d.ts~
out/events/events.d.tsModified+2
Index: package/out/events/events.d.ts
===================================================================
--- package/out/events/events.d.ts
+++ package/out/events/events.d.ts
@@ -1,6 +1,8 @@
import { Subscription } from '../types';
export declare const events: {
emit: (event: string, payload?: any) => Promise<void>;
on: (event: string, callback: (payload?: any) => any) => Promise<Subscription>;
+ emitPublic: (event: string, payload?: any) => Promise<void>;
+ onPublic: (event: string, callback: (payload?: any) => any) => Promise<Subscription>;
};
//# sourceMappingURL=events.d.ts.map
\ No newline at end of file