Discord.https - v3.0.16
    Preparing search index...

    Interface BaseRPCCertifiedDevice<Type>

    interface BaseRPCCertifiedDevice<Type extends RPCDeviceType> {
        id: string;
        model: RPCDeviceModel;
        related: string[];
        type: Type;
        vendor: RPCDeviceVendor;
    }

    Type Parameters

    Index

    Properties

    id: string

    The device's Windows UUID

    The model of the product

    related: string[]

    UUIDs of related devices

    type: Type

    The type of device

    The hardware vendor