UNPKG

yandex-music-client

Version:

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

22 lines (21 loc) 477 B
export type Cover = { custom: boolean; /** * Существует когда поле type = "pic" */ dir?: string; type: 'pic' | 'mosaic'; /** * Существует когда поле type = "mosaic" */ itemsUri?: Array<string>; /** * Существует когда поле type = "pic" */ uri?: string; version?: string; /** * If exists other properties is missing */ error?: string; };