feat: integrate submit form answer with backend
Docker Build and Push / build-and-push (push) Successful in 5m22s
Docker Build and Push / build-and-push (push) Successful in 5m22s
This commit is contained in:
@@ -66,3 +66,12 @@ export interface UpdateFormPayload {
|
||||
description: string
|
||||
questions: CreateQuestion[]
|
||||
}
|
||||
|
||||
export interface SubmitFormAnswer {
|
||||
question_id: string
|
||||
answer: string
|
||||
}
|
||||
|
||||
export interface SubmitFormPayload {
|
||||
answers: SubmitFormAnswer[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user