Type alias StationLoginResponse

StationLoginResponse: StationLoginSuccessResponse | Error

Response type for station login operations. Either a success response with agent details or an error.

Example

function handleLogin(resp: StationLoginResponse) { ... }