APIDMInteractionWrapper
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.