File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/services/order/certificates Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -161,13 +161,13 @@ export interface ItemOptionsRequest {
161161}
162162
163163export interface DirectorOrSecretaryDetailsRequest {
164- includeAddress ?: boolean ;
165- includeAppointmentDate ?: boolean ;
164+ includeAddress ?: boolean | null ;
165+ includeAppointmentDate ?: boolean | null ;
166166 includeBasicInformation : boolean | null ;
167- includeCountryOfResidence ?: boolean ;
168- includeDobType ?: string ;
169- includeNationality ?: boolean ;
170- includeOccupation ?: boolean ;
167+ includeCountryOfResidence ?: boolean | null ;
168+ includeDobType ?: string | null ;
169+ includeNationality ?: boolean | null ;
170+ includeOccupation ?: boolean | null ;
171171}
172172
173173export interface RegisteredOfficeAddressDetailsRequest {
You can’t perform that action at this time.
0 commit comments