UNPKG

ev-recharge-sdk

Version:

This API Product provides the option to manage charging at all public Shell Recharge locations. The end points provides control to start, stop and get status of the charging session.

8 lines 317 B
/** * Shell EVLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { object, optional, string } from '../schema'; export const inlineResponse202DataSchema = object({ sessionId: ['sessionId', optional(string())] }); //# sourceMappingURL=inlineResponse202Data.js.map