UNPKG

embody

Version:

A digital consciousness training environment

11 lines (8 loc) 240 B
import { Robot } from '../../domain' interface RobotUsecase { startRecordingScreen (subscriberID: string, callback: (data: any) => void, options?: {}): void stopRecordingScreen (subscriberID: string): void } export { RobotUsecase }