Type Alias WSMessageEmbedUpdateArgs<ExtArgs>

WSMessageEmbedUpdateArgs<ExtArgs>: {
    data: XOR<WSMessageEmbedUpdateInput, WSMessageEmbedUncheckedUpdateInput>;
    include?: WSMessageEmbedInclude<ExtArgs> | null;
    omit?: WSMessageEmbedOmit<ExtArgs> | null;
    select?: WSMessageEmbedSelect<ExtArgs> | null;
    where: WSMessageEmbedWhereUniqueInput;
}

WSMessageEmbed update

Type Parameters

Type declaration