File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,26 +36,26 @@ interface HaskellGeneratedBaseEvent {
3636}
3737
3838interface HaskellGeneratedIBEvent extends HaskellGeneratedBaseEvent {
39- kind : Extract < MessageKind , "IB" > ;
39+ kind : "IB" ;
4040 id : string ;
4141 slot : number ;
4242 payload_bytes : number ;
4343 rb_ref : string ;
4444}
4545
4646interface HaskellGeneratedEBEvent extends HaskellGeneratedBaseEvent {
47- kind : Extract < MessageKind , "EB" > ;
47+ kind : "EB" ;
4848 id : string ;
4949 input_blocks : string [ ] ;
5050}
5151
5252interface HaskellGeneratedRBEvent extends HaskellGeneratedBaseEvent {
53- kind : Extract < MessageKind , "RB" > ;
53+ kind : "RB" ;
5454 id : string ;
5555}
5656
5757interface HaskellGeneratedVTEvent extends HaskellGeneratedBaseEvent {
58- kind : Extract < MessageKind , "VT" > ;
58+ kind : "VT" ;
5959 id : string ;
6060 votes : number ;
6161 endorse_blocks : string [ ] ;
You can’t perform that action at this time.
0 commit comments