export type CreateInteractionUpdateMessageResponseOptions = APIInteractionResponseCallbackData & RESTPostAPIInteractionCallbackQuery & { files?: RawFile[];};
APIInteractionResponseCallbackData & RESTPostAPIInteractionCallbackQuery & { files?: RawFile[];}