We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00dd040 commit c3f8ae6Copy full SHA for c3f8ae6
src/@types/user.ts
@@ -23,7 +23,7 @@ export const UserData = Schema.Struct({
23
firstName: withKeyEncoding('first_name', Schema.String),
24
lastName: withKeyEncoding('last_name', Schema.String),
25
email: Schema.String,
26
- phone: Schema.String,
+ phone: Schema.optional(Schema.String),
27
jobTitle: withKeyEncoding('job_title', Schema.String),
28
divisionName: withKeyEncoding('division_name', Schema.String),
29
divisionCode: withKeyEncoding('division_code', Schema.NumberFromString),
0 commit comments