Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/radioco_api/mod.ts>ScheduleItem

A typescript API wrapper for radio.co
Latest
interface ScheduleItem
import { type ScheduleItem } from "https://deno.land/x/radioco_api@v1.0.0/mod.ts";

Properties

start: string
end: string
playlist: { name: string; colour: string; artist: string; title: string; artwork: string | null; }