package models // A binding of one note to one emote type NoteToEmote struct { Note Note NoteId string Emote Emote EmoteId string }