Type Alias GuildDropsWebhookCreateNestedOneWithoutGuildDropsInput

GuildDropsWebhookCreateNestedOneWithoutGuildDropsInput: {
    connect?: GuildDropsWebhookWhereUniqueInput;
    connectOrCreate?: GuildDropsWebhookCreateOrConnectWithoutGuildDropsInput;
    create?: XOR<GuildDropsWebhookCreateWithoutGuildDropsInput, GuildDropsWebhookUncheckedCreateWithoutGuildDropsInput>;
}