export interface FormDataType { type: string | array; name: string; configuration: { location: string; }; description: string; }