Type Alias GuildCustomMessageUpdateManyWithWhereWithoutGuildInput

GuildCustomMessageUpdateManyWithWhereWithoutGuildInput: {
    data: XOR<GuildCustomMessageUpdateManyMutationInput, GuildCustomMessageUncheckedUpdateManyWithoutGuildInput>;
    where: GuildCustomMessageScalarWhereInput;
}