UNPKG

@area2-ai/a2-react-keystroke-package

Version:

This package enables secure and efficient collection of user keystroke data through hooks, designed for both desktop and mobile platforms. The collected data is processed by **area2** servers to generate a neuroprofile, which reflects key cognitive, behav

7 lines (6 loc) 285 B
import { IA2DefaultResults, IA2CompareResults, IA2SummaryResults, IA2TrendsResults } from "./IA2ApiResponse"; export interface IKeystrokeResult { data?: IA2DefaultResults | IA2CompareResults | IA2SummaryResults | IA2TrendsResults; error?: string; message?: string; }