Type Alias TemporalHistoryModel

TemporalHistoryModel:
    | "system_versioned"
    | "valid_time"
    | "transaction_time"
    | "bitemporal"
    | "delta_log"
    | "external_audit"

Underlying history model. Opaque to apps; surfaced for diagnostics only.