ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface TimestampStorage

    Local storage structure for timestamp synchronization. Stores both server and client timestamps to detect drift and trigger resynchronization when needed.

    interface TimestampStorage {
        serverTm: number;
        clientTm: number;
    }
    Index

    Properties

    Properties

    serverTm: number

    Server timestamp in Unix epoch seconds

    clientTm: number

    Client timestamp in Unix epoch seconds