UNPKG

yandex-music-client

Version:

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

7 lines (6 loc) 180 B
import type { Error } from './Error'; import type { InvocationInfo } from './InvocationInfo'; export type BadRequest = { invocationInfo?: InvocationInfo; error?: Error; };