UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

7 lines (6 loc) 179 B
export interface TransactionEventQuerystring { stationId: string; transactionId: string; tenantId: number; } export declare const TransactionEventQuerySchema: object;