export interface ActionRecord

{ id: number; purpose: string[]; params: P; time: number; }