From ccd2959d72e70b74c7faf755bb690da35e3c48a6 Mon Sep 17 00:00:00 2001 From: Wing Leung Date: Wed, 25 May 2022 18:07:30 +0100 Subject: feat: add music.songName (#996) Co-authored-by: Wing Leung Choi --- src/definitions/music.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/definitions') diff --git a/src/definitions/music.ts b/src/definitions/music.ts index 3e2842d5..924af357 100644 --- a/src/definitions/music.ts +++ b/src/definitions/music.ts @@ -8,4 +8,9 @@ export type MusicDefinitions = LocaleEntry<{ * The names of some music genres. */ genre: string[]; + + /** + * The names of some songs. + */ + song_name: string[]; }>; -- cgit v1.2.3