UNPKG

yandex-music-client

Version:

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

14 lines (13 loc) 182 B
/** * цена */ export type Price = { /** * Количество единиц */ amount?: number; /** * Валюта */ currency?: string; };