Skip to content

Commit

Permalink
Merge 4c320ab into 6d7763d
Browse files Browse the repository at this point in the history
  • Loading branch information
nandereck committed Jul 28, 2023
2 parents 6d7763d + 4c320ab commit 6fb3a3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/brave-carrots-listen.md
@@ -0,0 +1,5 @@
---
'@hashicorp/react-marketo-form': minor
---

Add requestId field to MarketoFormResponse type
1 change: 1 addition & 0 deletions packages/marketo-form/types.ts
Expand Up @@ -161,6 +161,7 @@ export interface MarketoFormMetadata {
export interface MarketoFormResponse<T> {
success: boolean
errors: { code: string; message: string }[]
requestId: string
result: T[]
}

Expand Down

0 comments on commit 6fb3a3b

Please sign in to comment.