@suluk/models - v0.1.3
    Preparing search index...

    Interface Cell<T>

    One catalog value with provenance. value: null ⇒ UNKNOWN (and source is ""); never imputed.

    interface Cell<T> {
        value: T | null;
        source: string;
        asOf: string;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    value: T | null
    source: string
    asOf: string