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

    Interface UnknownFieldsReport

    A report of API keys a model did not map, passed to UnknownFieldReporter.

    interface UnknownFieldsReport {
        fields: string[];
        model: string;
        raw: JSONObject;
    }
    Index

    Properties

    Properties

    fields: string[]

    The raw API keys with no matching field on the finished model.

    model: string

    The model name (the label passed to reportUnknown).

    The raw JSON object the model was built from, for inspection.