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

    Interface InferResult

    Result returned by inferWithReport.

    interface InferResult {
        report: readonly AnyFallback[];
        schema: Schema;
    }
    Index
    report: readonly AnyFallback[]

    Array of fields opened as any during inference.

    schema: Schema

    The drafted Schema.