/** * Properties for the AreEvent context * */ export type AreEventProps = { /** * The data associated with the event */ data: T; /** * The name of the event */ event: string; };