DeviceCopyimport type { Device } from "https://gist.githubusercontent.com/MindfulMinun/80ac136be45a5eb0fd2d0793da27ebb9/raw/sugarrush.ts";type Device = {address: Address; name: string; };§Type§{address: Address; name: string; }[src]