UNPKG

@bitblit/ratchet-common

Version:

Common tools for general use

8 lines (7 loc) 190 B
export interface RemoteStatusData<KeyType> { key: KeyType; statusTakenEpochMs: number; remoteSizeInBytes: number; remoteLastUpdatedEpochMs: number; remoteHash: string; }