diff options
| author | Wing Leung <[email protected]> | 2022-05-25 18:07:30 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-25 17:07:30 +0000 |
| commit | ccd2959d72e70b74c7faf755bb690da35e3c48a6 (patch) | |
| tree | 17d6350aff948d446145b3d0737d2612a03ccbdb /src/definitions | |
| parent | c95826f348bf317d3cff240a7ebbae4bd80956f6 (diff) | |
| download | faker-ccd2959d72e70b74c7faf755bb690da35e3c48a6.tar.xz faker-ccd2959d72e70b74c7faf755bb690da35e3c48a6.zip | |
feat: add music.songName (#996)
Co-authored-by: Wing Leung Choi <[email protected]>
Diffstat (limited to 'src/definitions')
| -rw-r--r-- | src/definitions/music.ts | 5 |
1 files changed, 5 insertions, 0 deletions
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[]; }>; |
