fieldnotesai
    Preparing search index...
    • Adds a new personal contact to the list. Does NOT replace existing contacts - appends. If makeDefault is true, sets this contact as primary immediately.

      Parameters

      • contact: Omit<SavedContact, "id">
      • makeDefault: boolean = true

      Returns Promise<{ error?: string; id?: string; success: boolean }>