
export interface FormValidationResonse {
    isValid: boolean;
    errorMessage: string;
}