# CleanupFn

# Type Alias: CleanupFn()

```ts
type CleanupFn = () => void;
```

Defined in: [packages/db/src/types.ts:320](https://github.com/TanStack/db/blob/main/packages/db/src/types.ts#L320)

## Returns

`void`
