UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

7 lines (6 loc) 246 B
import { BaseModelWithTenant } from '../BaseModelWithTenant'; export declare class LocalListVersionAuthorization extends BaseModelWithTenant { static readonly MODEL_NAME: string; localListVersionId: number; authorizationId: number; }