cocoa-discord - v3.2.0
    Preparing search index...
    interface Params {
        autocomplete?: boolean;
        choices?: ResolvesTo<
            | string[]
            | APIApplicationCommandOptionChoice<string | number>[]
            | number[],
        >;
        description?: string;
        name?: string;
        required?: boolean;
        type?: keyof Types;
    }
    Index

    Properties

    autocomplete?: boolean
    choices?: ResolvesTo<
        | string[]
        | APIApplicationCommandOptionChoice<string | number>[]
        | number[],
    >
    description?: string
    name?: string
    required?: boolean
    type?: keyof Types