Skip to content

Commit

Permalink
Use create-react-app to duplicate JMs work from separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdelion committed Oct 8, 2024
1 parent 88088e4 commit 74f8c89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion schemas/prototypeApplication.json
Original file line number Diff line number Diff line change
Expand Up @@ -5975,7 +5975,9 @@
"type": "string"
},
{
"type": "object"
"const": "object",
"description": "Object of Interest",
"type": "string"
},
{
"const": "object.archaeological",
Expand Down
3 changes: 2 additions & 1 deletion types/schemas/prototypeApplication/enums/PropertyTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,8 @@ export type PropertyType =
| CommercialUtilityWaterTreatmentWater
| CommercialUtilityWaterWaste
| DualUse
| object
// eslint-disable-next-line @typescript-eslint/ban-types
| Object
| ObjectArchaeological
| ObjectMonument
| ObjectMonumentMemorial
Expand Down

0 comments on commit 74f8c89

Please sign in to comment.