Skip to content

Commit 9b31552

Browse files
committed
fix: Add completed type
1 parent b503739 commit 9b31552

File tree

1 file changed

+1
-0
lines changed
  • packages/grant-explorer/src/features/api

1 file changed

+1
-0
lines changed

packages/grant-explorer/src/features/api/gap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export interface IGapGrant {
2727
isGrantUpdate?: boolean;
2828
}[];
2929
updates: IGrantStatus[];
30+
completed?: IGrantStatus;
3031
}
3132

3233
export interface IGapImpact {

0 commit comments

Comments
 (0)