UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

6 lines (5 loc) 157 B
export interface TransactionEventQuerystring { stationId: string; transactionId: string; } export declare const TransactionEventQuerySchema: object;