|
1 | | - |
2 | 1 | export const VCARD = { |
3 | | - fn: "http://www.w3.org/2006/vcard/ns#fn", |
4 | | - hasEmail: "http://www.w3.org/2006/vcard/ns#hasEmail", |
5 | | - hasValue: "http://www.w3.org/2006/vcard/ns#hasValue", |
6 | | - hasPhoto: "http://www.w3.org/2006/vcard/ns#hasPhoto", |
7 | | - hasTelephone: "http://www.w3.org/2006/vcard/ns#hasTelephone", |
8 | | - title: "http://www.w3.org/2006/vcard/ns#title", |
9 | | - hasUrl: "http://www.w3.org/2006/vcard/ns#hasUrl", |
10 | | - organizationName: "http://www.w3.org/2006/vcard/ns#organization-name", |
11 | | - role: "http://www.w3.org/2006/vcard/ns#organization-name", |
| 2 | + fn: "http://www.w3.org/2006/vcard/ns#fn", |
| 3 | + email: "http://www.w3.org/2006/vcard/ns#email", |
| 4 | + hasEmail: "http://www.w3.org/2006/vcard/ns#hasEmail", |
| 5 | + hasValue: "http://www.w3.org/2006/vcard/ns#hasValue", |
| 6 | + hasPhoto: "http://www.w3.org/2006/vcard/ns#hasPhoto", |
| 7 | + hasTelephone: "http://www.w3.org/2006/vcard/ns#hasTelephone", |
| 8 | + title: "http://www.w3.org/2006/vcard/ns#title", |
| 9 | + hasUrl: "http://www.w3.org/2006/vcard/ns#hasUrl", |
| 10 | + organizationName: "http://www.w3.org/2006/vcard/ns#organization-name", |
| 11 | + phone: "http://www.w3.org/2006/vcard/ns#phone", |
| 12 | + role: "http://www.w3.org/2006/vcard/ns#role", |
| 13 | + value: "http://www.w3.org/2006/vcard/ns#value", |
| 14 | + telephoneType: "http://www.w3.org/2006/vcard/ns#TelephoneType", |
12 | 15 | } as const; |
0 commit comments