Skip to content

Commit d0f41cb

Browse files
devel
1 parent 758222b commit d0f41cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/types/forms.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export interface DeleteFormParams {
5555
export interface FormSubmissionData {
5656
form_revid: string;
5757
document_id: string;
58-
submission_data: Record<string, any>;
58+
submission_data: Record<string, unknown>;
5959
submitted_by?: string;
6060
}
6161

@@ -73,7 +73,7 @@ export interface ListFormSubmissionsResponse {
7373
}
7474

7575
export interface UpdateFormSubmissionRequest {
76-
submission_data: Record<string, any>;
76+
submission_data: Record<string, unknown>;
7777
}
7878

7979
export interface SubmitFormParams {

0 commit comments

Comments
 (0)