Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/definitions/music.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ import type { LocaleEntry } from './definitions';
* The possible definitions related to music.
*/
export type MusicDefinition = LocaleEntry<{
/**
* The names of some albums.
*/
album_name: string[];
Comment thread
ST-DDT marked this conversation as resolved.
Outdated

/**
* The names of some artists.
*/
artist: string[];

/**
* The names of some music genres.
*/
Expand Down
Loading