This commit is contained in:
syuilo 2021-07-10 23:20:56 +09:00
parent 127a1320a8
commit dfc8a09f44
2 changed files with 3 additions and 3 deletions

View file

@ -126,7 +126,7 @@ export type NoteUpdatedEvent = {
};
};
export type BroadcasrEvents = {
export type BroadcastEvents = {
noteUpdated: (payload: NoteUpdatedEvent) => void;
emojiAdded: (payload: {
emoji: CustomEmoji;