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

    Type Alias DeJson<T>

    DeJson: (raw: JSONValue | undefined, client?: Client) => T | null

    Signature of a model deserializer: turns a raw JSON value into a typed model instance, or null when the input is not a valid object for that model.

    Type Parameters

    • T

      The model type produced.

    Type Declaration