// ----- this file has been automatically generated - do not edit import { UACertificate, UACertificate_Base } from "./ua_certificate" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |UserCredentialCertificateType i=15181 | * |isAbstract |false | */ export type UAUserCredentialCertificate_Base = UACertificate_Base; export interface UAUserCredentialCertificate extends UACertificate, UAUserCredentialCertificate_Base { }