Sports Lib API - v21.3.0
    Preparing search index...

    Interface DiveSourceRecords

    Raw structured dive records attached to a Diving-group activity during a source import. They round-trip through native activity JSON while retaining the in-memory Date representation for tank timestamps.

    interface DiveSourceRecords {
        gases: readonly DiveGasRecord[];
        tankSummaries: readonly DiveTankSummaryRecord[];
        tankUpdates: readonly DiveTankUpdateRecord[];
    }
    Index

    Properties

    gases: readonly DiveGasRecord[]
    tankSummaries: readonly DiveTankSummaryRecord[]
    tankUpdates: readonly DiveTankUpdateRecord[]