9 lines
284 B
Go
Raw Normal View History

2019-06-03 09:32:43 +00:00
package arn
// SoundTrackLyrics represents song lyrics.
type SoundTrackLyrics struct {
Romaji string `json:"romaji" editable:"true" type:"textarea"`
Native string `json:"native" editable:"true" type:"textarea"`
// English string `json:"english" editable:"true" type:"textarea"`
}