export interface InputValidityState {
    valid: boolean | string;
    touched: boolean;
}
