UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

4 lines (3 loc) 56 B
export interface IBaseModel<T> { toType: () => T; }