mirror of
https://github.com/apricote/Listory.git
synced 2026-02-08 02:37:03 +00:00
5 lines
64 B
TypeScript
5 lines
64 B
TypeScript
export class FindAlbumDto {
|
|
spotify: {
|
|
id: string;
|
|
};
|
|
}
|