import type { UAMethod, UAObject } from "node-opcua-address-space-base";

// ----- this file has been automatically generated - do not edit

/**
 * |                |                                                            |
 * |----------------|------------------------------------------------------------|
 * |namespace       |http://opcfoundation.org/UA/                                |
 * |nodeClass       |ObjectType                                                  |
 * |typedDefinition |ExtensionFieldsType i=15489                                 |
 * |isAbstract      |false                                                       |
 */
export interface UAExtensionFields_Base {
   // PlaceHolder for $ExtensionFieldName$
    addExtensionField: UAMethod;
    removeExtensionField: UAMethod;
}
export interface UAExtensionFields extends UAObject, UAExtensionFields_Base {}