UNPKG

@chargetrip/mcp

Version:

Chargetrip MCP server

4 lines 1.26 kB
import { ConnectorType } from '@chargetrip/types'; import z from 'zod'; export declare const ConnectorTypeEnumZod: z.ZodEnum<[ConnectorType.CHADEMO, ConnectorType.CHAOJI, ConnectorType.DOMESTIC_A, ConnectorType.DOMESTIC_B, ConnectorType.DOMESTIC_C, ConnectorType.DOMESTIC_D, ConnectorType.DOMESTIC_E, ConnectorType.DOMESTIC_F, ConnectorType.DOMESTIC_G, ConnectorType.DOMESTIC_H, ConnectorType.DOMESTIC_I, ConnectorType.DOMESTIC_J, ConnectorType.DOMESTIC_K, ConnectorType.DOMESTIC_L, ConnectorType.DOMESTIC_M, ConnectorType.DOMESTIC_N, ConnectorType.DOMESTIC_O, ConnectorType.GB_T, ConnectorType.IEC_60309_2_SINGLE_16, ConnectorType.IEC_60309_2_THREE_16, ConnectorType.IEC_60309_2_THREE_32, ConnectorType.IEC_60309_2_THREE_64, ConnectorType.IEC_62196_T1, ConnectorType.IEC_62196_T1_COMBO, ConnectorType.IEC_62196_T2, ConnectorType.IEC_62196_T2_COMBO, ConnectorType.IEC_62196_T3A, ConnectorType.IEC_62196_T3C, ConnectorType.NEMA_10_30, ConnectorType.NEMA_10_50, ConnectorType.NEMA_14_30, ConnectorType.NEMA_14_50, ConnectorType.NEMA_5_20, ConnectorType.NEMA_6_30, ConnectorType.NEMA_6_50, ConnectorType.PANTOGRAPH_BOTTOM_UP, ConnectorType.PANTOGRAPH_TOP_DOWN, ConnectorType.TESLA_R, ConnectorType.TESLA_S]>; //# sourceMappingURL=connector-type-enum.zod.d.ts.map