oopscord.js
    Preparing search index...

    Type Alias TextInputValueOverride

    type TextInputValueOverride = {
        customId: string;
        type: "text_input";
        value: string;
    }
    Index

    Properties

    Properties

    customId: string
    type: "text_input"
    value: string