Added arn to the main repository
This commit is contained in:
8
arn/SoundTrackLyrics.go
Normal file
8
arn/SoundTrackLyrics.go
Normal file
@ -0,0 +1,8 @@
|
||||
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"`
|
||||
}
|
Reference in New Issue
Block a user