diff --git a/types/schemas/postSubmissionApplication/data/CaseOfficer.ts b/types/schemas/postSubmissionApplication/data/CaseOfficer.ts index 580d3303..52d5ed2b 100644 --- a/types/schemas/postSubmissionApplication/data/CaseOfficer.ts +++ b/types/schemas/postSubmissionApplication/data/CaseOfficer.ts @@ -1,6 +1,6 @@ import {PrimaryApplicationType} from '../../prototypeApplication/enums/ApplicationType'; -type CaseOfficerBase = { +export type CaseOfficerBase = { name: string; };