UNPKG

@munit-solutions/ocpp

Version:
6 lines (5 loc) 106 B
declare enum UpdateType { Differntial = "Differntial", Full = "Full" } export default UpdateType;