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 |ApplicationCertificateType i=12557                          |
 * |isAbstract      |true                                                        |
 */
export type UAApplicationCertificate_Base = UACertificate_Base;
export interface UAApplicationCertificate extends UACertificate, UAApplicationCertificate_Base {}