UNPKG

@munit-solutions/ocpp

Version:
9 lines (8 loc) 240 B
import Call from '../Call'; export declare type AuthorizePayload = { idTag: string; }; export default class Authorize extends Call { payload?: AuthorizePayload | undefined; constructor(payload?: AuthorizePayload | undefined); }