UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

12 lines (11 loc) 314 B
import { Model } from 'sequelize-typescript'; export declare class Subscription extends Model { static readonly MODEL_NAME: string; stationId: string; onConnect: boolean; onClose: boolean; onMessage: boolean; sentMessage: boolean; messageRegexFilter?: string | null; url: string; }