UNPKG

@hangtime/grip-connect-cli

Version:
10 lines 385 B
import { Motherboard as MotherboardBase } from "@hangtime/grip-connect"; /** * Represents a Griptonite Motherboard device. * {@link https://griptonite.io} */ export declare class Motherboard extends MotherboardBase { download: (format?: "csv" | "json" | "xml") => Promise<void>; protected getBluetooth(): Promise<Bluetooth>; } //# sourceMappingURL=motherboard.model.d.ts.map