UNPKG

yandex-music-client

Version:

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

8 lines (7 loc) 163 B
import type { Artist } from './Artist'; export type RotorData = { title: string; description: string; imageUrl: string; artists: Array<Artist>; };