UNPKG

@munit-solutions/ocpp

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