fix(ts): Update index.d.ts (#2214)

This commit is contained in:
Lerte Smith 2019-04-18 09:45:32 +08:00 committed by Sibelius Seraphini
parent c8f25a8be7
commit 0957b5fb4b

2
types/index.d.ts vendored
View File

@ -219,7 +219,7 @@ interface Barcode {
}[];
emails?: Email[];
phones?: Phone[];
urls:? string[];
urls?: string[];
name?: {
firstName?: string;
lastName?: string;