@typed-discord/interactions
    Preparing search index...

    Interface BaseMessageComponentInteractionData

    interface BaseMessageComponentInteractionData {
        component_type: MessageComponentTypes;
        custom_id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    component_type: MessageComponentTypes

    Type of the component.

    custom_id: string

    custom_id of the component.