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 ba4e804 commit 5bcc875Copy full SHA for 5bcc875
1 file changed
packages/database/src/song/dto/SongStats.ts
@@ -58,6 +58,7 @@ export class SongStats {
58
@IsInt()
59
@IsIn([16, 20])
60
defaultInstrumentCount: number;
61
+
62
63
outOfRangeNoteCount: number;
64
0 commit comments