export type InteractionDeferUpdateOptions = Omit<InteractionDeferReplyOptions, 'ephemeral'>;
Options for deferring and updating the reply to a MessageComponentInteraction.
export type InteractionDeferUpdateOptions = Omit<InteractionDeferReplyOptions, 'ephemeral'>;
Options for deferring and updating the reply to a MessageComponentInteraction.