# QueryErrorResetBoundaryProps

# Interface: QueryErrorResetBoundaryProps

Defined in: [preact-query/src/QueryErrorResetBoundary.tsx:43](https://github.com/theVedanta/query/blob/main/packages/preact-query/src/QueryErrorResetBoundary.tsx#L43)

## Properties

### children

```ts
children: 
  | ComponentChildren
  | QueryErrorResetBoundaryFunction;
```

Defined in: [preact-query/src/QueryErrorResetBoundary.tsx:44](https://github.com/theVedanta/query/blob/main/packages/preact-query/src/QueryErrorResetBoundary.tsx#L44)
