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