Type Alias GuildDropsWebhookUpdateArgs<ExtArgs>

GuildDropsWebhookUpdateArgs<ExtArgs>: {
    data: XOR<GuildDropsWebhookUpdateInput, GuildDropsWebhookUncheckedUpdateInput>;
    include?: GuildDropsWebhookInclude<ExtArgs> | null;
    omit?: GuildDropsWebhookOmit<ExtArgs> | null;
    select?: GuildDropsWebhookSelect<ExtArgs> | null;
    where: GuildDropsWebhookWhereUniqueInput;
}

GuildDropsWebhook update

Type Parameters

Type declaration