Type Alias YoutubeTrackInfo
YoutubeTrackInfo: { artist: string; artistURL: string; channelId: string; channelUrl: string; createdAt: Date | null; description: string; duration: number; formattedPlatforms: "Youtube"; id: string; identifier: "youtube"; isLiveContent: boolean; likes: number; platformType: PlatformType; position: number; requester: GuildMember; thumbnail?: string; title: string; url: string; views: number;} Type declaration
artist: string
artistURL: string
channelId: string
channelUrl: string
createdAt: Date | null
description: string
duration: number
formattedPlatforms: "Youtube"
id: string
identifier: "youtube"
isLiveContent: boolean
likes: number
position: number
requester: GuildMember
Optional
thumbnail?: string
title: string
url: string
views: number