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

    Type Alias DeviceVersion

    Device Version is a base interface for hardware and software version sample payloads. -1 hardware versions and 0.0 software versions refer to not applicable

    type DeviceVersion = {
        branchInfo?: string;
        hardware?: string;
        software?: string;
    }
    Index

    Properties

    branchInfo?: string
    hardware?: string
    software?: string