import type { UABaseEvent, UABaseEvent_Base } from "./ua_base_event";
/**
 * |                |                                                            |
 * |----------------|------------------------------------------------------------|
 * |namespace       |http://opcfoundation.org/UA/                                |
 * |nodeClass       |ObjectType                                                  |
 * |typedDefinition |LogOverflowEventType i=19369                                |
 * |isAbstract      |true                                                        |
 */
export type UALogOverflowEvent_Base = UABaseEvent_Base;
export interface UALogOverflowEvent extends UABaseEvent, UALogOverflowEvent_Base {
}
