UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

12 lines (11 loc) 385 B
import { Model } from 'sequelize-typescript'; export declare class MeterValue extends Model { static readonly MODEL_NAME: string; transactionEventId?: number | null; transactionDatabaseId?: number | null; stopTransactionDatabaseId?: number | null; sampledValue: [object, ...object[]]; timestamp: string; connectorId?: number; customData?: any | null; }