export type { IClimbro } from "./device/climbro.interface"

export type { IEntralpi } from "./device/entralpi.interface"

export type { IForceBoard } from "./device/forceboard.interface"

export type { IKilterBoard } from "./device/kilterboard.interface"

export type { IMotherboard } from "./device/motherboard.interface"

export type { ImySmartBoard } from "./device/mysmartboard.interface"

export type { IProgressor } from "./device/progressor.interface"

export type { IWHC06 } from "./device/wh-c06.interface"
