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

    Interface ActionRowComponentForModalRequest

    interface ActionRowComponentForModalRequest {
        components: TextInputComponentForModalRequest[];
        id?: number | null;
        type: ACTION_ROW;
    }
    Index

    Properties

    Properties

    id?: number | null