type alias NotifyingElementimport { type NotifyingElement } from "https://deno.land/x/script_nop@v2.4.5/src/ts/types.ts"; definition: | MapEntry | Attribute | { index: MapEntry; condition: Condition; } | { index: MapEntry; attribute: Attribute; }