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

x/radioco_api/mod.ts>RequestableTrack

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

Properties

id: number
artist: string
title: string
artwork: { url: string; large_url: string; }