Type Alias CFMessageWebhookUpsertArgs<ExtArgs>

CFMessageWebhookUpsertArgs<ExtArgs>: {
    create: XOR<CFMessageWebhookCreateInput, CFMessageWebhookUncheckedCreateInput>;
    include?: CFMessageWebhookInclude<ExtArgs> | null;
    omit?: CFMessageWebhookOmit<ExtArgs> | null;
    select?: CFMessageWebhookSelect<ExtArgs> | null;
    update: XOR<CFMessageWebhookUpdateInput, CFMessageWebhookUncheckedUpdateInput>;
    where: CFMessageWebhookWhereUniqueInput;
}

CFMessageWebhook upsert

Type Parameters

Type declaration