@graffiti-garden/wrapper-synchronize
    Preparing search index...

    Interface GraffitiObjectStreamEntry<Schema>Internal

    A successful result from a GraffitiObjectStream or GraffitiObjectStreamContinue that includes an object.

    interface GraffitiObjectStreamEntry<Schema extends JSONSchema> {
        error?: undefined;
        object: GraffitiObject<Schema>;
        tombstone?: undefined;
    }

    Type Parameters

    Index

    Properties

    error?: undefined

    Empty property for compatibility with GraffitiStreamError

    The object returned by the stream.

    tombstone?: undefined

    Empty property for compatibility with GraffitiObjectStreamContinueTombstone