import type { IDevice } from "../device.interface";
/**
 * Interface representing the Smartboard Climbing mySmartBoard device, extending the base Device interface.
 */
export interface ImySmartBoard extends IDevice {
}
