export interface RestitutionForm { selectedWidget: string; selectedDataSource: Array; title: string; description: string; image?: string; cover?: boolean; }