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

5 lines
64 B
TypeScript

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