// ----- this file has been automatically generated - do not edit import { UAProperty } from "node-opcua-address-space-base" import { DataType } from "node-opcua-variant" import { NodeId } from "node-opcua-nodeid" import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "./ua_audit_update_method_event" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |TrustListUpdatedAuditEventType i=12561 | * |isAbstract |true | */ export interface UATrustListUpdatedAuditEvent_Base extends UAAuditUpdateMethodEvent_Base { trustListId: UAProperty; } export interface UATrustListUpdatedAuditEvent extends UAAuditUpdateMethodEvent, UATrustListUpdatedAuditEvent_Base { }