UsbRecipient import { UsbRecipient } from "destack:device/binding"; USB control recipient. export enum UsbRecipient { Device = 0, Interface = 1, Endpoint = 2, Other = 3, } language/library/src/device/binding/usb.ds:58:67 Variants Device = 0 Device recipient. Interface = 1 Interface recipient. Endpoint = 2 Endpoint recipient. Other = 3 Other recipient.