UNPKG

@munit-solutions/ocpp

Version:
15 lines (14 loc) 391 B
import Call from '../Call'; export declare type GetConfigurationPayload = { key?: string[]; unknownKey?: string[]; }; export declare type KeyValue = { key: string; readonly: boolean; value: string; }; export default class GetConfiguration extends Call { payload?: GetConfigurationPayload | undefined; constructor(payload?: GetConfigurationPayload | undefined); }