@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) • 874 B
text/typescript
import type { UAApplicationCertificate, UAApplicationCertificate_Base } from "./ua_application_certificate";
// ----- this file has been automatically generated - do not edit
/**
* | | |
* |----------------|------------------------------------------------------------|
* |namespace |http://opcfoundation.org/UA/ |
* |nodeClass |ObjectType |
* |typedDefinition |EccApplicationCertificateType i=23537 |
* |isAbstract |true |
*/
export type UAEccApplicationCertificate_Base = UAApplicationCertificate_Base;
export interface UAEccApplicationCertificate extends UAApplicationCertificate, UAEccApplicationCertificate_Base {}