UNPKG

nuxtify-api

Version:

Lightweight music API for client without third-party libraries.

6 lines (5 loc) 180 B
import { Base } from '../base'; export declare class Video extends Base { getRelatedVideos(videoId: string): Promise<any>; getVideoDetail(videoId: string): Promise<any>; }