Type Alias GuildCreateNestedOneWithoutCustomBotProfileInput

GuildCreateNestedOneWithoutCustomBotProfileInput: {
    connect?: GuildWhereUniqueInput;
    connectOrCreate?: GuildCreateOrConnectWithoutCustomBotProfileInput;
    create?: XOR<GuildCreateWithoutCustomBotProfileInput, GuildUncheckedCreateWithoutCustomBotProfileInput>;
}