Type Alias GuildFixUrlCreateNestedOneWithoutCustomRulesInput

GuildFixUrlCreateNestedOneWithoutCustomRulesInput: {
    connect?: GuildFixUrlWhereUniqueInput;
    connectOrCreate?: GuildFixUrlCreateOrConnectWithoutCustomRulesInput;
    create?: XOR<GuildFixUrlCreateWithoutCustomRulesInput, GuildFixUrlUncheckedCreateWithoutCustomRulesInput>;
}