fix created at

This commit is contained in:
Tatiana Nikolaeva 2025-05-26 04:50:58 +05:00
parent a652b78230
commit 6068c717d3
6 changed files with 34 additions and 73 deletions

View file

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