UNPKG

@benev/slate

Version:
7 lines (6 loc) 131 B
export interface ActionRecord<P extends any[] = any[]> { id: number; purpose: string[]; params: P; time: number; }