UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

7 lines (6 loc) 216 B
import { Model } from 'sequelize-typescript'; export declare class LocalListVersionAuthorization extends Model { static readonly MODEL_NAME: string; localListVersionId: number; authorizationId: number; }