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

Properties

error?: undefined

Empty property for compatibility with GraffitiStreamError

tombstone?: undefined

Empty property for compatibility with GraffitiObjectStreamContinueTombstone

The object returned by the stream.