oopscord.js
    Preparing search index...

    Type Alias RadioGroupValueOverride

    type RadioGroupValueOverride = {
        customId: string;
        options: {
            default?: boolean;
            description?: string;
            label: string;
            value: string;
        }[];
        required?: boolean;
        type: "radio_group";
    }
    Index

    Properties

    customId: string
    options: {
        default?: boolean;
        description?: string;
        label: string;
        value: string;
    }[]
    required?: boolean
    type: "radio_group"