InteractionDeferUpdateOptions

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