import type { IDevice } from "../device.interface.js"
/**
 * Interface representing the Smartboard Climbing SmartBoard Pro device, extending the base Device interface.
 */
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface ISmartBoardPro extends IDevice {}
