# StoreAction

# Type Alias: StoreAction()

```ts
type StoreAction = (...args) => any;
```

Defined in: [store.ts:4](https://github.com/TanStack/store/blob/main/packages/store/src/store.ts#L4)

## Parameters

### args

...`any`[]

## Returns

`any`
