chore: commentary and verbiage and one stray unnecessary check

This commit is contained in:
2025-07-29 22:12:08 -06:00
parent 4e36612388
commit 9562d3aa32
5 changed files with 7 additions and 3 deletions

View File

@@ -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>;