UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

9 lines (8 loc) 243 B
import { Model } from 'sequelize-typescript'; export declare class ChangeConfiguration extends Model { static readonly MODEL_NAME: string; stationId: string; key: string; value?: string | null; readonly?: boolean | null; }