type alias ElementTypeimport { type ElementType } from "https://deno.land/x/harmony@v2.8.0/src/interactions/mod.ts"; definition: | "Root" | "ActionRow" | "Button" | "Select" | "Option"