export interface SimpleTodoAppState { rows?: { id: any; [name: string]: any; }[]; }