Type alias StationLogoutResponse

StationLogoutResponse: LogoutSuccess | Error

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

Example

function handleLogout(resp: StationLogoutResponse) { ... }