Commit 2d1b7010 authored by Eduardo Sanz García's avatar Eduardo Sanz García Committed by Eduardo

Remove unused type

The unused type referred to a class that has been deleted.
parent 70900ba8
......@@ -220,11 +220,3 @@ export type SidebarToHostEvent =
* https://h.readthedocs.io/projects/client/en/latest/publishers/config/#cmdoption-arg-onsignuprequest
*/
| 'signupRequested';
export type BridgeEvent =
| HostToGuestEvent
| HostToSidebarEvent
| GuestToHostEvent
| GuestToSidebarEvent
| SidebarToGuestEvent
| SidebarToHostEvent;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment