Skip to content

Commit

Permalink
Merge pull request #643 from ministryofjustice/update-api-types-16952…
Browse files Browse the repository at this point in the history
…16864

API model updates
  • Loading branch information
libuk authored Sep 20, 2023
2 parents 70c71b4 + fe2d10e commit ccdd727
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/@types/shared/models/ApprovedPremisesApplication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ export type ApprovedPremisesApplication = (Application & {
data?: AnyValue;
document?: AnyValue;
status: ApplicationStatus;
assessmentId?: string;
assessmentDecision?: AssessmentDecision;
assessmentDecisionDate?: string;
submittedAt?: string;
});

0 comments on commit ccdd727

Please sign in to comment.