Interface OfflineRegionObservation

interface OfflineRegionObservation {
    observedAt: string;
    state: "live" | "cached" | "replayed";
    validAt?: string;
}

Properties

observedAt: string
state: "live" | "cached" | "replayed"
validAt?: string