SurveyTableType: {
    createdAt: string;
    id: number;
    status: SurveyStatusType;
    title: string;
    updatedAt: string;
}

Type declaration

  • createdAt: string
  • id: number
  • status: SurveyStatusType
  • title: string
  • updatedAt: string