Type Alias GuildRandomMessageUpdateManyWithWhereWithoutGuildInput

GuildRandomMessageUpdateManyWithWhereWithoutGuildInput: {
    data: XOR<GuildRandomMessageUpdateManyMutationInput, GuildRandomMessageUncheckedUpdateManyWithoutGuildInput>;
    where: GuildRandomMessageScalarWhereInput;
}