UNPKG

@hangtime/grip-connect

Version:

Griptonite Motherboard, Tindeq Progressor, PitchSix Force Board, WHC-06, Entralpi, Climbro, mySmartBoard: Bluetooth API Force-Sensing strength analysis for climbers

8 lines 237 B
import type { IBase } from "../interfaces/base.interface.js"; export declare abstract class BaseModel { id?: string; createdAt?: Date; updatedAt?: Date; constructor(base: IBase); } //# sourceMappingURL=base.model.d.ts.map