export interface Action { type: string; value: any; }