Type Alias GuildDropsWebhookCreateOrConnectWithoutGuildDropsInput

GuildDropsWebhookCreateOrConnectWithoutGuildDropsInput: {
    create: XOR<GuildDropsWebhookCreateWithoutGuildDropsInput, GuildDropsWebhookUncheckedCreateWithoutGuildDropsInput>;
    where: GuildDropsWebhookWhereUniqueInput;
}