Skip to content

Commit 338b3be

Browse files
committed
feat(music): add albumName and artist methods add additional genres and songs
1 parent e0e9ab1 commit 338b3be

File tree

9 files changed

+5925
-952
lines changed

9 files changed

+5925
-952
lines changed

src/definitions/music.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ import type { LocaleEntry } from './definitions';
44
* The possible definitions related to music.
55
*/
66
export type MusicDefinition = LocaleEntry<{
7+
/**
8+
* The names of some albums.
9+
*/
10+
album_name: string[];
11+
12+
/**
13+
* The names of some artists.
14+
*/
15+
artist: string[];
16+
717
/**
818
* The names of some music genres.
919
*/

0 commit comments

Comments
 (0)