swc/crates/swc_bundler/tests/.cache/deno/92a52eb4569357685b8f21f0baa42e67dc4caadd.ts
2021-11-09 20:42:49 +09:00

10 lines
328 B
TypeScript

// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/components/message_components.ts
import { ActionRow } from "./action_row.ts";
import { ButtonComponent } from "./button_component.ts";
export type MessageComponent = ActionRow | ButtonComponent;
export type MessageComponents = MessageComponent[];