fieldnotesai
    Preparing search index...
    • Fetch only the client_id and opened_at for a case. Lightweight query used by fill-form screen to avoid fetching full case details.

      Parameters

      • caseId: string

      Returns Promise<{ clientId: string; openedAt: string } | null>