export type FormValidationStatus = 'success' | 'error' | 'warning';
