oopscord.js
    Preparing search index...

    Type Alias StringSelectValueOverride

    type StringSelectValueOverride = {
        customId: string;
        options: {
            description?: string;
            emoji?: string;
            label: string;
            value: string;
        }[];
        type: "string_select";
    }
    Index

    Properties

    Properties

    customId: string
    options: { description?: string; emoji?: string; label: string; value: string }[]
    type: "string_select"