Type Alias GuildFixUrlUpdateToOneWithWhereWithoutCustomRulesInput

GuildFixUrlUpdateToOneWithWhereWithoutCustomRulesInput: {
    data: XOR<GuildFixUrlUpdateWithoutCustomRulesInput, GuildFixUrlUncheckedUpdateWithoutCustomRulesInput>;
    where?: GuildFixUrlWhereInput;
}