Type Alias GuildFixUrlRuleUpdateManyWithWhereWithoutGuildFixUrlInput

GuildFixUrlRuleUpdateManyWithWhereWithoutGuildFixUrlInput: {
    data: XOR<GuildFixUrlRuleUpdateManyMutationInput, GuildFixUrlRuleUncheckedUpdateManyWithoutGuildFixUrlInput>;
    where: GuildFixUrlRuleScalarWhereInput;
}