Type Alias GuildMessageButtonUpdateManyWithWhereWithoutGuildCustomMessageInput

GuildMessageButtonUpdateManyWithWhereWithoutGuildCustomMessageInput: {
    data: XOR<GuildMessageButtonUpdateManyMutationInput, GuildMessageButtonUncheckedUpdateManyWithoutGuildCustomMessageInput>;
    where: GuildMessageButtonScalarWhereInput;
}