We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6016556 commit 49e07d8Copy full SHA for 49e07d8
providers/Mora/json_types.ts
@@ -21,10 +21,10 @@ export interface PackageMeta {
21
}
22
23
export interface Track {
24
- arranger?: string;
25
- composer?: string;
+ arranger: string | null;
+ composer: string | null;
26
/** Lyricist name */
27
- lyrics?: string;
+ lyrics: string | null;
28
29
artistName: string;
30
artistNo: number;
0 commit comments