interface LibraryTrack {
    added_at: string;
    track: Track;
}

Properties

Properties

added_at: string
track: Track