Skip to content

Commit

Permalink
Returned message should be an string or object
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Oct 26, 2023
1 parent eaa5807 commit c0bae05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-kit/src/types/safeTransactionServiceTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export type SafeMessage = {
readonly modified: string
readonly safe: string
readonly messageHash: string
readonly message: string
readonly message: string | EIP712TypedData
readonly proposedBy: string
readonly safeAppId: null | string
readonly confirmations: Array<SafeMessageConfirmation>
Expand Down

0 comments on commit c0bae05

Please sign in to comment.