diff options
Diffstat (limited to 'src/streaming.types.ts')
| -rw-r--r-- | src/streaming.types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/streaming.types.ts b/src/streaming.types.ts index 46d7573663..52f8405774 100644 --- a/src/streaming.types.ts +++ b/src/streaming.types.ts @@ -126,7 +126,7 @@ export type NoteUpdatedEvent = { }; }; -export type BroadcasrEvents = { +export type BroadcastEvents = { noteUpdated: (payload: NoteUpdatedEvent) => void; emojiAdded: (payload: { emoji: CustomEmoji; |