UNPKG

ocpp-standard-schema

Version:

Contains OCPP JSON schemas for validation purposes

4 lines (3 loc) 110 B
export default interface SetChargingProfileResponse { status: 'Accepted' | 'Rejected' | 'NotSupported'; }