> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.AgentSessionsChangeHandler.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias AgentSessionsChangeHandler

```typescript
AgentSessionsChangeHandler: (sessions: AgentSession[]) => void
```

Types: [AgentSession](core.AgentSession.md)

#### Type Declaration

*   *   <a id="__type"></a>
        
        ```typescript
        (sessions: AgentSession[]): void
        ```
        
        Types: [AgentSession](core.AgentSession.md)
        
    *   #### Parameters
        
        *   sessions: [AgentSession](core.AgentSession.md)\[\]
        
        #### Returns void
