UNPKG

@opcua/for-node-red

Version:

The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team

13 lines (12 loc) 879 B
import type { UAAuditCertificateEvent, UAAuditCertificateEvent_Base } from "./ua_audit_certificate_event"; // ----- this file has been automatically generated - do not edit /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |AuditCertificateExpiredEventType i=2085 | * |isAbstract |true | */ export type UAAuditCertificateExpiredEvent_Base = UAAuditCertificateEvent_Base; export interface UAAuditCertificateExpiredEvent extends UAAuditCertificateEvent, UAAuditCertificateExpiredEvent_Base {}