mirror of
https://github.com/apricote/Listory.git
synced 2026-02-09 19:27:03 +00:00
7 lines
179 B
TypeScript
7 lines
179 B
TypeScript
|
|
import { SpotifyLibraryDetails } from "../../sources/spotify/spotify-library-details.entity";
|
||
|
|
|
||
|
|
export class CreateArtistDto {
|
||
|
|
name: string;
|
||
|
|
spotify?: SpotifyLibraryDetails;
|
||
|
|
}
|