Documentation
    Preparing search index...

    Type Alias GpsAck

    Server response body inside { gps: ... }

    type GpsAck = {
        activeKey?: string;
        deviceId?: string | null;
        dirtyKey?: string;
        error?: string;
        field?: string;
        liveKey?: string;
        ok: boolean;
        pending?: boolean;
        seq?: number | null;
        sessionId?: string | null;
        slice?: number | string;
        stage?: string;
        trackingId?: string;
        trailKey?: string;
    }
    Index

    Properties

    activeKey?: string
    deviceId?: string | null
    dirtyKey?: string
    error?: string
    field?: string
    liveKey?: string
    ok: boolean
    pending?: boolean
    seq?: number | null
    sessionId?: string | null
    slice?: number | string
    stage?: string
    trackingId?: string
    trailKey?: string