UNPKG

@munit-solutions/ocpp

Version:
6 lines (5 loc) 87 B
enum ResetType { Hard = 'Hard', Soft = 'Soft', } export default ResetType;