Update src/types/messages/components/button_component.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
This commit is contained in:
Skillz4Killz
2021-05-01 10:20:10 -04:00
committed by GitHub
co-authored by ITOH
parent 3b4348d0e4
commit c66b809a67
@@ -1,6 +1,7 @@
import { SnakeCasedPropertiesDeep } from "../../util.ts";
import { ButtonStyles } from "./button_styles.ts";
// TODO: add docs link
export interface ButtonComponent {
/** All button components have type 2 */
type: 2;