@citrineos/data
Version:
The OCPP data module which includes all persistence layer implementation.
10 lines (9 loc) • 321 B
TypeScript
import { BaseModelWithTenant } from './BaseModelWithTenant';
/**
* Represents the security information found on a particular charging station.
*/
export declare class ChargingStationSecurityInfo extends BaseModelWithTenant {
static readonly MODEL_NAME: string;
stationId: string;
publicKeyFileId: string;
}