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

    Type Alias VersionNote

    VersionNote

    Describes changes made in a software update, an array of improvements and bug fixes.

    type VersionNote = {
        fixes: string[];
        improvements: string[];
    }
    Index

    Properties

    Properties

    fixes: string[]
    improvements: string[]