export interface DynamicDataType { id?: string; label: string; value: string; type: string; defaultValue?: any; description?: string; }