import { ExecutePivotQueryParams, PivotQueryState } from '../../types'; /** * React hook that executes a data query for a pivot table. * This approach is similar to React Query's `useQuery` hook. * * ## Example * * Execute a pivot query on the Sample ECommerce data model and display the results in a table. * *