Skip to content

Commit

Permalink
Merge pull request #636 from ministryofjustice/update-api-types-16950…
Browse files Browse the repository at this point in the history
…46958

API model updates
  • Loading branch information
libuk authored Sep 18, 2023
2 parents c0bfd88 + d4b2d37 commit 96076aa
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ import type { SubmitApplication } from './SubmitApplication';

export type SubmitTemporaryAccommodationApplication = (SubmitApplication & {
arrivalDate: string;
isRegisteredSexOffender?: boolean;
needsAccessibleProperty?: boolean;
hasHistoryOfArson?: boolean;
isDutyToReferSubmitted?: boolean;
dutyToReferSubmissionDate?: string;
isApplicationEligible?: boolean;
summaryData?: AnyValue;
});

0 comments on commit 96076aa

Please sign in to comment.