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