@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
14 lines (13 loc) • 926 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 |UserCredentialCertificateType i=15181 |
* |isAbstract |false |
*/
export type UAUserCredentialCertificate_Base = UACertificate_Base;
// biome-ignore lint/suspicious/noEmptyInterface: forward-compatible placeholder for OPC-UA generated types
export interface UAUserCredentialCertificate extends UACertificate, UAUserCredentialCertificate_Base {}