UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

12 lines (11 loc) 344 B
import { BaseModelWithTenant } from '../BaseModelWithTenant'; export declare class Subscription extends BaseModelWithTenant { static readonly MODEL_NAME: string; stationId: string; onConnect: boolean; onClose: boolean; onMessage: boolean; sentMessage: boolean; messageRegexFilter?: string | null; url: string; }