fix created at
This commit is contained in:
parent
4f1a7cc434
commit
8c67784d62
2 changed files with 13 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ export interface ISurvey {
|
|||
title: string;
|
||||
description: string;
|
||||
createdBy: number;
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
export interface INewSurvey{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue