# UsePriceListProps

Defined in: [synapse-react/src/warm-storage/use-price-list.ts:13](https://github.com/FilOzone/synapse-sdk/blob/218f90f1cf7635dc33af6f880b64b845c99676bc/packages/synapse-react/src/warm-storage/use-price-list.ts#L13)

The props for the usePriceList hook.

## Properties

### query?

> `optional` **query?**: [`Omit`](https://www.typescriptlang.org/docs/handbook/utility-types.html#omittype-keys)\<`UseQueryOptions`\<[`OutputType`](/reference/filoz/synapse-core/warm-storage/namespaces/getpricelist/type-aliases/outputtype/), [`Error`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error), [`OutputType`](/reference/filoz/synapse-core/warm-storage/namespaces/getpricelist/type-aliases/outputtype/), readonly `unknown`[]\>, `"queryKey"` \| `"queryFn"`\>

Defined in: [synapse-react/src/warm-storage/use-price-list.ts:14](https://github.com/FilOzone/synapse-sdk/blob/218f90f1cf7635dc33af6f880b64b845c99676bc/packages/synapse-react/src/warm-storage/use-price-list.ts#L14)