Interface KeplerFreshnessExperimental

Freshness validators carried through to the workspace.

interface KeplerFreshness {
    generation?: string;
    observedAt: string;
    staleAfter?: string;
    validator?: string;
}

Properties

generation?: string
observedAt: string
staleAfter?: string
validator?: string