GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

APIDMInteractionWrapper

API/Type Aliases/APIDMInteractionWrapper
seyfert/lib/types/payloads/_interactions/base.d.ts

Signature

export type APIDMInteractionWrapper<Original extends APIBaseInteraction<InteractionType, unknown>> = Omit<Original, 'guild_id' | 'member'> & Required<Pick<Original, 'user'>>;

Members

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