Endo API documentation
    Preparing search index...

    Interface ArchiveWriter

    interface ArchiveWriter {
        snapshot: SnapshotFn;
        write: WriteFn;
    }
    Index

    Properties

    Properties

    snapshot: SnapshotFn
    write: WriteFn