/**
 * Copyright IBM Corp. 2024, 2025
 */
export interface FormValidationResonse {
    isValid: boolean;
    errorMessage: string;
}
//# sourceMappingURL=form-validation-response.model.d.ts.map