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

    Interface AnyFieldType

    The any type: accepts every legal Document value. Not a ScalarType (it has no kind and no nullable flag -- null is already included) and not a RefType (it names nothing).

    interface AnyFieldType {
        tag: "any";
    }
    Index
    tag: "any"

    Discriminated union tag: 'any'.