UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

9 lines (8 loc) 272 B
import { BaseModelWithTenant } from './BaseModelWithTenant'; export declare class ChangeConfiguration extends BaseModelWithTenant { static readonly MODEL_NAME: string; stationId: string; key: string; value?: string | null; readonly?: boolean | null; }