promise-android-tools
    Preparing search index...

    Interface Device

    interface Device {
        device?: string;
        mode: string;
        model?: string;
        product?: string;
        serialno: string;
        transport_id: string | number;
    }
    Index

    Properties

    device?: string
    mode: string
    model?: string
    product?: string
    serialno: string
    transport_id: string | number