Skip to content

Commit

Permalink
add strategy name to Application type
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Feb 14, 2024
1 parent 31197f7 commit 9ee246c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/data-layer/src/data.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ export type Application = {
totalDonationsCount: string;
uniqueDonorsCount: number;
round: {
strategyName: RoundPayoutType;
donationsStartTime: string;
donationsEndTime: string;
applicationsStartTime: string;
Expand Down

0 comments on commit 9ee246c

Please sign in to comment.