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 5991297 commit 62617b0Copy full SHA for 62617b0
shared/validation/song/dto/SongView.dto.ts
@@ -9,7 +9,7 @@ import {
9
10
import { SongStats } from '@shared/validation/song/dto/SongStats';
11
12
-import type { CategoryType, VisibilityType } from './types';
+import type { CategoryType, LicenseType, VisibilityType } from './types';
13
import { SongDocument } from '../../../../server/src/song/entity/song.entity';
14
15
export type SongViewUploader = {
0 commit comments