nullable cell_phone_number
This commit is contained in:
parent
fb0edf7da4
commit
e305184ffa
@ -17,7 +17,7 @@ export default class Contact extends Resource {
|
||||
public email!: string;
|
||||
|
||||
@Expose()
|
||||
public cell_phone_number!: string;
|
||||
public cell_phone_number?: string | null = null;
|
||||
|
||||
@Expose()
|
||||
public phone_number?: string | null = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user