Type Definition RadioResult
radio_api
type RadioResult<T> = Result<T, Error>;
Custom error type for radio operations.