Skip to content

Commit

Permalink
Add null type for Safe tags (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook authored Jan 29, 2024
1 parent 166dadd commit dc09d98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/types/safe-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export type SafeInfo = {
guard: AddressEx | null
fallbackHandler: AddressEx | null
version: string | null
collectiblesTag: string
txQueuedTag: string
txHistoryTag: string
messagesTag: string
collectiblesTag: string | null
txQueuedTag: string | null
txHistoryTag: string | null
messagesTag: string | null
}

0 comments on commit dc09d98

Please sign in to comment.