diff options
Diffstat (limited to 'src/definitions')
| -rw-r--r-- | src/definitions/music.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/definitions/music.ts b/src/definitions/music.ts index 46c294a5..9b60e227 100644 --- a/src/definitions/music.ts +++ b/src/definitions/music.ts @@ -5,6 +5,16 @@ import type { LocaleEntry } from './definitions'; */ export type MusicDefinition = LocaleEntry<{ /** + * The names of some albums. + */ + album: string[]; + + /** + * The names of some artists. + */ + artist: string[]; + + /** * The names of some music genres. */ genre: string[]; |
