We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283a400 commit eab84b5Copy full SHA for eab84b5
sources/packages/web/src/services/http/dto/Student.dto.ts
@@ -39,7 +39,7 @@ export class UpdateStudentAPIInDTO extends AddressDetailsFormAPIDTO {
39
}
40
41
export interface UpdateStudentDetailsAPIInDTO {
42
- givenNames: string;
+ givenNames?: string;
43
lastName: string;
44
birthdate: string;
45
email: string;
0 commit comments