mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Update src/types/messages/components/button_component.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user