Skip to content

Commit

Permalink
add GBP units
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Sep 19, 2024
1 parent b187eae commit f88f0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/schemas/prototypeApplication/data/Proposal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export interface LondonProposal extends Omit<UKProposal, 'units'> {
*/
newStoreys?: NewBuildingsOrStoreys;
/**
* @description Project cost
* @description Project cost in GBP
*/
cost?: {
projected: '2m' | '2mTo100m' | '100m';
Expand Down

0 comments on commit f88f0c1

Please sign in to comment.