We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758222b commit d0f41cbCopy full SHA for d0f41cb
1 file changed
frontend/src/types/forms.ts
@@ -55,7 +55,7 @@ export interface DeleteFormParams {
55
export interface FormSubmissionData {
56
form_revid: string;
57
document_id: string;
58
- submission_data: Record<string, any>;
+ submission_data: Record<string, unknown>;
59
submitted_by?: string;
60
}
61
@@ -73,7 +73,7 @@ export interface ListFormSubmissionsResponse {
73
74
75
export interface UpdateFormSubmissionRequest {
76
77
78
79
export interface SubmitFormParams {
0 commit comments