export interface Error { questionMissing?: object; twoChoice?: object; oneChoice?: object; sameChoice?: object; dateMissing?: object; timeMissing?: object; oneRow?: object; oneCol?: object; minError?: object; maxError?: object; charLength?: object; stepError?: object; }