UNPKG

@benev/construct

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