Skip to content

Commit fe4d682

Browse files
committed
Move code from ch-sdk-node as it is deprecated
1 parent 29e82b8 commit fe4d682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/order/certificates/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export interface DirectorOrSecretaryDetailsRequest {
165165
includeAppointmentDate?: boolean;
166166
includeBasicInformation: boolean | null;
167167
includeCountryOfResidence?: boolean;
168-
includeDobType?: string;
168+
includeDobType?: string | null;
169169
includeNationality?: boolean;
170170
includeOccupation?: boolean;
171171
}

0 commit comments

Comments
 (0)