export interface FormType { [k: string]: { error: boolean; value: string; }; }