UNPKG

yandex-music-client

Version:

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

13 lines (12 loc) 281 B
import type { Chart } from './Chart'; import type { Track } from './Track'; import type { TrackItem } from './TrackItem'; export type ChartItem = (TrackItem & { chart?: Chart; } & { /** * Null when tracks are not riched */ track: Track; chart: Chart; });