Skip to content

Commit

Permalink
Updating hmpps-approved-premises-api models from OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 70c71b4 commit fe2d10e
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 fe2d10e

Please sign in to comment.