Skip to content

Commit 7e19246

Browse files
committed
fix(types): remove explicit any in submission response
1 parent cb6a938 commit 7e19246

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/runtime/types/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ export interface FormForgeSubmitInput {
7373
}
7474

7575
export interface FormForgeSubmissionResponse {
76-
data: Record<string, any>
77-
meta?: Record<string, any>
76+
data: FormForgeJsonObject
77+
meta?: FormForgeJsonObject
7878
}
7979

8080
export interface FormForgeResponsesListResponse {

0 commit comments

Comments
 (0)