export default interface FieldProperties { type: string; id: string; name: string; label: string; placeholder?: string; error_message?: string; }