Listory/src/music-library/dto/find-track.dto.ts

5 lines
64 B
TypeScript

export class FindTrackDto {
spotify: {
id: string;
};
}