//! # EVE ESI Standing Models
//!
//! This module define the [`Standing`] model shared between characters & corporations
use ;
use crateStandingType;
/// A character or corporation's standings with either an agent, NPC corp, or faction
///
/// # Documentation
/// - <https://developers.eveonline.com/api-explorer#/schemas/CharactersCharacterIdStandingsGet>
/// - <https://developers.eveonline.com/api-explorer#/schemas/CorporationsCorporationIdStandingsGet>