Common standards include:
Different vehicles support different plug types, and charging stations may have multiple connector types available.
// Common connector types
const type2: PlugType = 'IEC_62196_Type_2_Connector_Cable_Attached'; // Common in Europe
const chademo: PlugType = 'CHAdeMO'; // Japanese standard
const ccs: PlugType = 'Combo_to_IEC_62196_Type_2_Base'; // CCS Combo 2
const tesla: PlugType = 'Tesla_Connector'; // Tesla vehicles
Standard plug/connector type for electric vehicle charging.
Defines the physical connector type used for charging, which must match the vehicle's charging port. Different regions and manufacturers use different standards.