import { A_Frame } from "@adaas/a-frame/core"; import { A_ExecutionContext } from "@adaas/a-utils/a-execution" @A_Frame.Define({ namespace: 'A-ARE', description: 'Event context for managing events within the A-Concept Rendering Engine (ARE) framework, encapsulating event data and associated nodes to facilitate event-driven interactions.' }) export class AreEvent< T extends Record = Record > extends A_ExecutionContext { }