fix
This commit is contained in:
parent
ac3dbcb114
commit
3500705585
|
@ -125,7 +125,7 @@ interface StreamMessages {
|
||||||
spec: EventUnionFromDictionary<InternalStreamTypes>;
|
spec: EventUnionFromDictionary<InternalStreamTypes>;
|
||||||
};
|
};
|
||||||
broadcast: {
|
broadcast: {
|
||||||
name: 'bloadcast';
|
name: 'broadcast';
|
||||||
spec: EventUnionFromMkJSTypes<StreamTypes.BroadcasrEvents>;
|
spec: EventUnionFromMkJSTypes<StreamTypes.BroadcasrEvents>;
|
||||||
};
|
};
|
||||||
user: {
|
user: {
|
||||||
|
|
Loading…
Reference in New Issue