# 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/ce70156aec4743b160a499b1092490121b425435/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`