UNPKG

@munit-solutions/ocpp

Version:
6 lines (5 loc) 134 B
import Call from '../Call'; export default class Heartbeat extends Call { uniqueId: string; constructor(uniqueId?: string); }