Remove time from Signup type
This commit is contained in:
@@ -6,7 +6,6 @@ import { Question } from "../components/SignupQuestionsWidget";
|
||||
|
||||
export interface Signup {
|
||||
id?: number;
|
||||
time: string;
|
||||
signupForm_id: number;
|
||||
answer: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user