//#region src/utils/types/FormValidationStatus.d.ts
type FormValidationStatus = 'error' | 'success';
//#endregion
export { FormValidationStatus };