<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [PivotArgs](./schema.pivotargs.md)

## PivotArgs interface

<b>Signature:</b>

```typescript
export interface PivotArgs extends InputKeyValueArgs 
```
<b>Extends:</b> [InputKeyValueArgs](./schema.inputkeyvalueargs.md)

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [operation](./schema.pivotargs.operation.md) |  | [FieldAggregateOperation](./schema.fieldaggregateoperation.md) | Aggregate/rollup operation to perform when doing the pivot. |

