X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F2.0%2FCommon.ts;h=e9226961476457e705bb86e782d8e44fc6d9aaa4;hb=73ed6e010e5e8b671bb6fc3dd9d0273d6f67f2cc;hp=c73c19e3660029ec2e4f39e07bf2dcb171ca38c6;hpb=2585c6e94e3d900bf7ecca428299df1e649252db;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/2.0/Common.ts b/src/types/ocpp/2.0/Common.ts index c73c19e3..e9226961 100644 --- a/src/types/ocpp/2.0/Common.ts +++ b/src/types/ocpp/2.0/Common.ts @@ -1,4 +1,5 @@ -import type { GenericStatus, JsonObject } from '../../internal'; +import type { JsonObject } from '../../JsonType'; +import type { GenericStatus } from '../Common'; export enum DataEnumType { // eslint-disable-next-line id-blacklist @@ -93,7 +94,7 @@ export enum CertificateSigningUseEnumType { V2GCertificate = 'V2GCertificate', } -export type CertificateSignedStatusEnumType = GenericStatus; +export type CertificateSignedStatusEnumType = GenericStatusEnumType; export type CertificateHashDataType = { hashAlgorithm: HashAlgorithmEnumType;