Type Definition AntSResult
isis_ants_api
type AntSResult<T> = Result<T, AntsError>;
Custom result type for antenna operations