|
|
@ -6,7 +6,9 @@ export type ContactMethod = { |
|
|
|
|
|
|
|
export type Contact = { |
|
|
|
//
|
|
|
|
// When adding a property, consider whether it should be added when exporting & sharing contacts, eg. DataExportSection
|
|
|
|
// When adding a property:
|
|
|
|
// - Consider whether it should be added when exporting & sharing contacts, eg. DataExportSection
|
|
|
|
// - If it's a boolean, it should be converted from a 0/1 integer in PlatformServiceMixin._mapColumnsToValues
|
|
|
|
|
|
|
|
did: string; |
|
|
|
contactMethods?: Array<ContactMethod>; |
|
|
|