Deep Trekker BRIDGE API - v1.0.3
    Preparing search index...

    Type Alias SoftwareUpdate

    SoftwareUpdate

    Describes a software update giving a release date and corresponding version notes.

    type SoftwareUpdate = {
        releaseDate: string;
        versionNotes: VersionNote;
    }
    Index

    Properties

    releaseDate: string
    versionNotes: VersionNote