fieldnotesai
    Preparing search index...
    • Updates the case form.

      Parameters

      • id: string
      • updates: { name?: string; template_id?: string }

      Returns Promise<
          | { error: string; success: boolean }
          | { error?: undefined; success: boolean }
          | { data: CaseForm; success: boolean },
      >