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

    Interface ActionRowComponentResponse

    interface ActionRowComponentResponse {
        components: (
            | ButtonComponentResponse
            | ChannelSelectComponentResponse
            | MentionableSelectComponentResponse
            | RoleSelectComponentResponse
            | StringSelectComponentResponse
            | TextInputComponentResponse
            | UserSelectComponentResponse
        )[];
        id: number;
        type: ACTION_ROW;
    }
    Index

    Properties

    Properties

    id: number