X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FRequests.ts;h=486436196285289a336e6b6929d3a5eb0279d987;hb=af99a73f2968dea5c3feae8a82f32f491d2fd141;hp=1a4de0dafd34a558638cb65f5aed8a244b46cf3a;hpb=6a64534b96acd18aa0aa7a73c0a2ee479834d4c0;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/Requests.ts b/src/types/ocpp/Requests.ts index 1a4de0da..48643619 100644 --- a/src/types/ocpp/Requests.ts +++ b/src/types/ocpp/Requests.ts @@ -9,4 +9,3 @@ export default interface Requests { export type Request = [(payload?, requestPayload?) => void, (error?: OCPPError) => void, Record]; export type IncomingRequest = [MessageType, string, IncomingRequestCommand, string, string]; -