oopscord.js
    Preparing search index...

    Type Alias OptionsIndex

    type OptionsIndex = {
        getMethod: keyof Omit<
            CommandInteractionOptionResolver,
            "getMessage"
            | "getFocused",
        >;
        index: number;
        name: string;
    }
    Index

    Properties

    Properties

    getMethod: keyof Omit<
        CommandInteractionOptionResolver,
        "getMessage"
        | "getFocused",
    >
    index: number
    name: string