UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

7 lines (6 loc) 222 B
import { BaseModelWithTenant } from '../BaseModelWithTenant'; export declare class ComponentVariable extends BaseModelWithTenant { static readonly MODEL_NAME: string; componentId: number; variableId: number; }