UNPKG

yandex-music-client

Version:

``` npm i yandex-music-client ```

7 lines (6 loc) 166 B
import type { StationResult } from './StationResult'; export type Dashboard = { dashboardId: string; stations: Array<StationResult>; pumpkin: boolean; };