Type Alias GuildFixUrlRuleUpdateWithWhereUniqueWithoutGuildFixUrlInput

GuildFixUrlRuleUpdateWithWhereUniqueWithoutGuildFixUrlInput: {
    data: XOR<GuildFixUrlRuleUpdateWithoutGuildFixUrlInput, GuildFixUrlRuleUncheckedUpdateWithoutGuildFixUrlInput>;
    where: GuildFixUrlRuleWhereUniqueInput;
}