SurveyPreviewType: {
    id?: string;
    isOwner?: boolean | null;
    survey: SurveyPreviewWithCategory;
}

Type declaration

  • Optional id?: string
  • Optional isOwner?: boolean | null
  • survey: SurveyPreviewWithCategory