Type Alias GuildDropsCreateNestedOneWithoutWebhookInput

GuildDropsCreateNestedOneWithoutWebhookInput: {
    connect?: GuildDropsWhereUniqueInput;
    connectOrCreate?: GuildDropsCreateOrConnectWithoutWebhookInput;
    create?: XOR<GuildDropsCreateWithoutWebhookInput, GuildDropsUncheckedCreateWithoutWebhookInput>;
}