mirror of
https://github.com/apricote/Listory.git
synced 2026-02-07 02:07:03 +00:00
6 lines
83 B
TypeScript
6 lines
83 B
TypeScript
export class FindTrackDto {
|
|
spotify: {
|
|
id?: string;
|
|
uri?: string;
|
|
};
|
|
}
|