import { UAObject } from "node-opcua-address-space-base"; /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |CertificateType i=12556 | * |isAbstract |true | */ export interface UACertificate_Base { } export interface UACertificate extends UAObject, UACertificate_Base { }