UNPKG

@munit-solutions/ocpp

Version:
11 lines (10 loc) 259 B
import Message from './Message'; export default class Call extends Message { uniqueId: string; payload?: { [key: string]: any; } | undefined; constructor(uniqueId?: string, payload?: { [key: string]: any; } | undefined); }