Skip to content

Commit f25b31a

Browse files
type: change governor Proposal, add desc
1 parent ce9e2ca commit f25b31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/governor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ export enum VoteType {
1717
Abstain,
1818
}
1919

20-
export type Proposal = [string[], BigNumberish[], BytesLike[]]
20+
export type Proposal = [string[], BigNumberish[], BytesLike[], string]

0 commit comments

Comments
 (0)