// ----- this file has been automatically generated - do not edit import { UAState, UAState_Base } from "./ua_state" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |ChoiceStateType i=15109 | * |isAbstract |false | */ export type UAChoiceState_Base = UAState_Base; export interface UAChoiceState extends UAState, UAChoiceState_Base { }