@dvxch/yandex-music
    Preparing search index...

    Type Alias JSONValue

    JSONValue:
        | string
        | number
        | boolean
        | null
        | JSONValue[]
        | { [key: string]: JSONValue }

    Any value that can appear in a parsed JSON document.