@graffiti-garden/api
    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;
        tombstone?: undefined;
        object: GraffitiObject<Schema>;
    }

    Type Parameters

    Index

    Properties

    error?: undefined

    Empty property for compatibility with GraffitiStreamError

    tombstone?: undefined

    Empty property for compatibility with GraffitiObjectStreamContinueTombstone

    The object returned by the stream.