X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FTransaction.ts;h=215628f79a650aeaf7069aeb4d2a971f79efe7cf;hb=806fe296b3050d3b70adf95b8ac837568efd2d13;hp=a11de78ddd2943b82e6d6f832f7414bc7ce43a10;hpb=c38f0ced134bb1e7daf750500788e9c194e7b74c;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/1.6/Transaction.ts b/src/types/ocpp/1.6/Transaction.ts index a11de78d..215628f7 100644 --- a/src/types/ocpp/1.6/Transaction.ts +++ b/src/types/ocpp/1.6/Transaction.ts @@ -1,5 +1,4 @@ -import type { JsonObject } from '../../JsonType'; -import type { OCPP16MeterValue } from './MeterValues'; +import type { JsonObject, OCPP16MeterValue } from '../../internal'; export enum OCPP16StopTransactionReason { NONE = '', @@ -24,7 +23,7 @@ export enum OCPP16AuthorizationStatus { CONCURRENT_TX = 'ConcurrentTx', } -export interface IdTagInfo extends JsonObject { +interface IdTagInfo extends JsonObject { status: OCPP16AuthorizationStatus; parentIdTag?: string; expiryDate?: Date;