Type Alias GuildDropsWebhookUpsertArgs<ExtArgs>

GuildDropsWebhookUpsertArgs<ExtArgs>: {
    create: XOR<GuildDropsWebhookCreateInput, GuildDropsWebhookUncheckedCreateInput>;
    include?: GuildDropsWebhookInclude<ExtArgs> | null;
    omit?: GuildDropsWebhookOmit<ExtArgs> | null;
    select?: GuildDropsWebhookSelect<ExtArgs> | null;
    update: XOR<GuildDropsWebhookUpdateInput, GuildDropsWebhookUncheckedUpdateInput>;
    where: GuildDropsWebhookWhereUniqueInput;
}

GuildDropsWebhook upsert

Type Parameters

Type declaration