@omnist-dev/omnist
    Preparing search index...

    Interface AnyFallback

    A single field infer opened as any under allowAny.

    location reads RecordName.label; reason says why the field could not be given a single precise type.

    interface AnyFallback {
        location: string;
        reason: string;
    }
    Index
    location: string

    The record and field location opened as any (e.g. "Root.payload").

    reason: string

    Explanation of why the field fell back to any.