# UseWithdrawProps

> **UseWithdrawProps** = [`Omit`](https://www.typescriptlang.org/docs/handbook/utility-types.html#omittype-keys)\<[`OptionsType`](/reference/filoz/synapse-core/pay/namespaces/withdraw/type-aliases/optionstype/), `"amount"`\> & `object`

Defined in: [synapse-react/src/payments/index.ts:158](https://github.com/FilOzone/synapse-sdk/blob/7fdc04df4e3c52366a9f0cd55da4c05e20b2ed82/packages/synapse-react/src/payments/index.ts#L158)

## Type Declaration

### mutation?

> `optional` **mutation**: [`Omit`](https://www.typescriptlang.org/docs/handbook/utility-types.html#omittype-keys)\<`MutateOptions`\<`TransactionReceipt`, [`Error`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error), [`UseWithdrawVariables`](/reference/filoz/synapse-react/type-aliases/usewithdrawvariables/)\>, `"mutationFn"`\>

### onHash()?

> `optional` **onHash**: (`hash`) => `void`

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `hash` | `string` |

#### Returns

`void`