Configuration for generating the Better Auth slice.

## Properties

### authClient

> **authClient**: [`BetterAuthClientInterface`](BetterAuthClientInterface.md)

The Better Auth client instance.

***

### syncInterval?

> `optional` **syncInterval?**: `number`

How often to sync the session state (in milliseconds).

#### Default

```ts
60000 (1 minute)
```
