Skip to content

Commit

Permalink
chore: Rename DigitalPlanningApplication to Application (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Jul 25, 2024
1 parent b0583df commit a631f25
Show file tree
Hide file tree
Showing 58 changed files with 3,894 additions and 3,902 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import {DigitalPlanningApplication} from '../../../types/schemas/digitalPlanningApplication';
import {BaseProposal} from '../../../types/schemas/digitalPlanningApplication/data/Proposal';
import {Application} from '../../../types/schemas/application';
import {BaseProposal} from '../../../types/schemas/application/data/Proposal';

const version = process.env['VERSION'] || '@next';

export const landDrainageConsent: DigitalPlanningApplication = {
export const landDrainageConsent: Application = {
data: {
user: {
role: 'applicant',
Expand Down
Loading

0 comments on commit a631f25

Please sign in to comment.