UNPKG

scdl-core

Version:
5 lines (4 loc) 236 B
import { Playlist } from "../@types/playlist"; import { Track } from "../@types/track"; import { User } from "../@types/user"; export declare const getSingleItemInfo: (clientId: string, url: string) => Promise<Playlist | Track | User>;