UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

7 lines (6 loc) 192 B
import { Model } from 'sequelize-typescript'; export declare class ComponentVariable extends Model { static readonly MODEL_NAME: string; componentId: number; variableId: number; }