Type alias IActionRow

IActionRow: {
    components: IComponent[];
    id?: number;
}

Type declaration

Generated using TypeDoc