import {NubDetail} from "./types/detail.js" import {ev, MagicEventBase} from "@chasemoskal/magical" type Any = NubDetail.Any export class NubCauseEvent extends MagicEventBase { static readonly type = "nub_cause" static readonly target = ev(this).target }