Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/earthstar/src/entries/npm.ts>IngestEvent

Storage for private, distributed, offline-first applications.
Go to Latest
type alias IngestEvent
Re-export
import { type IngestEvent } from "https://deno.land/x/earthstar@v10.2.0/src/entries/npm.ts";
  • IngestEventSuccess — a new doc was written
  • IngestEventFailure — refused an invalid doc
  • IngestEventNothingHappened — ingested an obsolete or duplicate doc

Type Parameters

DocType extends DocBase<string>
definition: IngestEventFailure | IngestEventNothingHappened<DocType> | IngestEventSuccess<DocType>