Preview:```ts
enum ComponentType {
ActionRow = 1,
TextInput = 2,
StringSelect = 3,
}
type A = {
custom_id: "feedbackModal"
components: [
{
type: ComponentType.ActionRow
components: [
{
custom_id: "feedbackModalInput"
type: ComponentType.TextIn
...```
You can choose specific lines to embed by selecting them before copying the link.