import type { UAState, UAState_Base } from "./ua_state";

// ----- this file has been automatically generated - do not edit
/**
 * |                |                                                            |
 * |----------------|------------------------------------------------------------|
 * |namespace       |http://opcfoundation.org/UA/                                |
 * |nodeClass       |ObjectType                                                  |
 * |typedDefinition |InitialStateType i=2309                                     |
 * |isAbstract      |false                                                       |
 */
export type UAInitialState_Base = UAState_Base;
export interface UAInitialState extends UAState, UAInitialState_Base {}