# parseOperatorApprovals

> **parseOperatorApprovals**(`data`): [`OutputType`](/reference/filoz/synapse-core/pay/namespaces/operatorapprovals/type-aliases/outputtype/)

Defined in: [packages/synapse-core/src/pay/operator-approvals.ts:162](https://github.com/FilOzone/synapse-sdk/blob/b11ef4f7e3c201d8bba29973a09628063e6547b1/packages/synapse-core/src/pay/operator-approvals.ts#L162)

Parse the contract output into the operatorApprovals output type

## Parameters

| Parameter | Type | Description |
| ------ | ------ | ------ |
| `data` | readonly \[`boolean`, `bigint`, `bigint`, `bigint`, `bigint`, `bigint`\] | The contract output from the operatorApprovals function |

## Returns

[`OutputType`](/reference/filoz/synapse-core/pay/namespaces/operatorapprovals/type-aliases/outputtype/)

The parsed operator approval information [operatorApprovals.OutputType](/reference/filoz/synapse-core/pay/namespaces/operatorapprovals/type-aliases/outputtype/)