Skip to content

Commit

Permalink
update program type in common code
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed May 10, 2024
1 parent 48cbd28 commit 59ff504
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ interface ProgramArgType {
id: string
name: string // short name. This is used most often in the application including in submission name
fullName: string // full name is used in submission summary page
isRateProgram: boolean // specifies if program relates to rates rather than contract
}

export type { StateType, ProgramArgType }

0 comments on commit 59ff504

Please sign in to comment.