FlowGuard API - v1.2.0-tp.1
    Preparing search index...

    Interface NtpCheckResult

    interface NtpCheckResult {
        offsetMs: number;
        server: string;
        driftWarned: boolean;
        roundTripMs: number;
        error?: string;
    }
    Index

    Properties

    offsetMs: number
    server: string
    driftWarned: boolean
    roundTripMs: number
    error?: string