Type Alias GraffitiObjectStreamContinueEntry<Schema>Internal

GraffitiObjectStreamContinueEntry:
    | GraffitiObjectStreamEntry<Schema>
    | GraffitiObjectStreamContinueTombstone

A continuation of the GraffitiObjectStream type can include both objects and tombstones of deleted objects.

Type Parameters