export interface ShipMethod { ID?: string; Name?: string; Cost?: number; EstimatedTransitDays?: number; xp?: TShipMethodXp; }