GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

OnAutocompleteErrorCallback

API/Type Aliases/OnAutocompleteErrorCallback
seyfert/lib/commands/applications/chat.d.ts

Signature

export type OnAutocompleteErrorCallback<ValueType extends string | number = string | number> = (interaction: AutocompleteInteraction<boolean, ValueType>, error: unknown) => any;

Members

This export does not declare public properties or methods in the generated declaration file.