Skip to main content
Module

x/earthstar/src/syncer/syncer-types.ts>SyncSessionStatus

A specification and Javascript library for building online tools you can truly call your own.
Go to Latest
interface SyncSessionStatus
import { type SyncSessionStatus } from "https://deno.land/x/earthstar@v9.3.3/src/syncer/syncer-types.ts";

Properties

ingestedCount: number
pulledCount: number
isCaughtUp: boolean
partnerIsCaughtUp: boolean