Type Alias GuildDropsGameWebhookUncheckedCreateNestedOneWithoutGuildDropsGameInput

GuildDropsGameWebhookUncheckedCreateNestedOneWithoutGuildDropsGameInput: {
    connect?: GuildDropsGameWebhookWhereUniqueInput;
    connectOrCreate?: GuildDropsGameWebhookCreateOrConnectWithoutGuildDropsGameInput;
    create?: XOR<GuildDropsGameWebhookCreateWithoutGuildDropsGameInput, GuildDropsGameWebhookUncheckedCreateWithoutGuildDropsGameInput>;
}