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