linstrom/storage-new/models/NoteToEmotes.go
mstar 8d4ba2ecae
Some checks are pending
/ test (push) Waiting to run
More work on defining the new data structure
2025-03-26 17:14:42 +01:00

8 lines
105 B
Go

package models
type NoteToEmote struct {
Note Note
NoteId string
Emote Emote
EmoteId string
}