fix surveyInfo

This commit is contained in:
Tatiana Nikolaeva 2025-05-26 10:11:53 +05:00
parent 6068c717d3
commit 33f2b5ef62
8 changed files with 91 additions and 62 deletions

View file

@ -5,6 +5,7 @@ export interface ISurvey {
title: string;
description: string;
createdBy: number;
createdAt: string;
}
export interface INewSurvey{