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.
SongViewDto
1 parent cb8a0cb commit 03c0df3Copy full SHA for 03c0df3
1 file changed
shared/validation/song/dto/SongView.dto.ts
@@ -69,7 +69,7 @@ export class SongViewDto {
69
70
@IsString()
71
@IsNotEmpty()
72
- license: string;
+ license: LicenseType;
73
74
customInstruments: string[];
75
0 commit comments