/** * Shell EVLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; /** * Enum for GetEVLocationsConnectorTypesEnum */ export declare enum GetEVLocationsConnectorTypesEnum { Avcon = "Avcon", Domestic = "Domestic", Industrial2PDc = "Industrial2PDc", IndustrialPneAc = "IndustrialPneAc", Industrial3PEAc = "Industrial3PEAc", Industrial3PENAc = "Industrial3PENAc", Type1 = "Type1", Type1Combo = "Type1Combo", Type2 = "Type2", Type2Combo = "Type2Combo", Type3 = "Type3", LPI = "LPI", Nema520 = "Nema520", SAEJ1772 = "SAEJ1772", SPI = "SPI", TepcoCHAdeMO = "TepcoCHAdeMO", Tesla = "Tesla", Unspecified = "Unspecified" } /** * Schema for GetEVLocationsConnectorTypesEnum */ export declare const getEVLocationsConnectorTypesEnumSchema: Schema;