@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) • 785 B
text/typescript
import type { UACertificate, UACertificate_Base } from "./ua_certificate";
// ----- this file has been automatically generated - do not edit
/**
* | | |
* |----------------|------------------------------------------------------------|
* |namespace |http://opcfoundation.org/UA/ |
* |nodeClass |ObjectType |
* |typedDefinition |TlsCertificateType i=19324 |
* |isAbstract |true |
*/
export type UATlsCertificate_Base = UACertificate_Base;
export interface UATlsCertificate extends UACertificate, UATlsCertificate_Base {}