Type Alias WSMessageWebhookUpsertArgs<ExtArgs>

WSMessageWebhookUpsertArgs<ExtArgs>: {
    create: XOR<WSMessageWebhookCreateInput, WSMessageWebhookUncheckedCreateInput>;
    include?: WSMessageWebhookInclude<ExtArgs> | null;
    omit?: WSMessageWebhookOmit<ExtArgs> | null;
    select?: WSMessageWebhookSelect<ExtArgs> | null;
    update: XOR<WSMessageWebhookUpdateInput, WSMessageWebhookUncheckedUpdateInput>;
    where: WSMessageWebhookWhereUniqueInput;
}

WSMessageWebhook upsert

Type Parameters

Type declaration