This commit is contained in:
tamaina 2021-09-06 20:21:05 +09:00
parent ac3dbcb114
commit 3500705585
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ interface StreamMessages {
spec: EventUnionFromDictionary<InternalStreamTypes>;
};
broadcast: {
name: 'bloadcast';
name: 'broadcast';
spec: EventUnionFromMkJSTypes<StreamTypes.BroadcasrEvents>;
};
user: {