UNPKG

yandex-music-client

Version:

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

7 lines (6 loc) 163 B
import type { LandingBlock } from './LandingBlock'; export type LandingResult = { pumpkin: boolean; contentId: string; blocks: Array<LandingBlock>; };