UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

10 lines (9 loc) 297 B
export interface NetworkProfileQuerystring { stationId: string; } export declare const NetworkProfileQuerySchema: object; export interface NetworkProfileDeleteQuerystring { stationId: string; configurationSlot: number[]; } export declare const NetworkProfileDeleteQuerySchema: object;