Skip to content

Commit

Permalink
fix: update ApplicationTypes for Amend a Planning Permission (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-OSL authored Jun 6, 2024
1 parent e6ddbbd commit 2100b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/enums/ApplicationTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
*/
export const ApplicationTypes = {
advertConsent: 'Consent to display an advertisement',
'amendment.minorMaterial':'Consent to make small (minor material) changes to a project with planning permission',
'amendment.nonMaterial': 'Consent to make small (non-material) changes to a project with planning permission',
hazardousSubstanceConsent:
'Consent to move and dispose of hazardous substances',
hedgerowRemovalNotice: 'Notice to remove a hedge',
Expand All @@ -14,8 +16,6 @@ export const ApplicationTypes = {
'ldc.condition':
'Lawful Development Certificate - Lawful not to comply with a condition or limitation',
listed: 'Consent to do works to a Listed Building',
nonMaterialAmendment:
'Consent to make small changes to a project with Planning Permission',
pa: 'Prior Approval',
'pa.part1.classA': 'Prior Approval - Larger extension to a house',
'pa.part1.classAA': 'Prior Approval - Adding storeys to a house',
Expand Down

0 comments on commit 2100b23

Please sign in to comment.