fix created at

This commit is contained in:
Tatiana Nikolaeva 2025-05-26 03:20:43 +05:00
parent 4f1a7cc434
commit 8c67784d62
2 changed files with 13 additions and 1 deletions

View file

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