Playlist🔗Definition🔗export interface Playlist { title: string; interval: string; items: playlistv0alpha1.Item[]; } See also🔗 PlaylistBuilder