1
2
pub type APIError = String;
pub type APIResult<T> = Result<T, APIError>;