Skip to content
Snippets Groups Projects
Commit e2907822 authored by Tore.Brede's avatar Tore.Brede
Browse files

GREG-113: Making some fields non-null to better handle them in form

parent 0d4999c1
No related branches found
No related tags found
1 merge request!166GREG-113 guest date of birth
......@@ -8,8 +8,8 @@ export type EnteredGuestData = {
lastName: string
mobilePhoneCountry: string
mobilePhone: string
nationalIdNumber?: string
passportNumber?: string
passportNationality?: string
nationalIdNumber: string
passportNumber: string
passportNationality: string
dateOfBirth?: Date
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment