Type Alias WSMessageEmbedUpdateManyAndReturnArgs<ExtArgs>

WSMessageEmbedUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<WSMessageEmbedUpdateManyMutationInput, WSMessageEmbedUncheckedUpdateManyInput>;
    include?: WSMessageEmbedIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: WSMessageEmbedOmit<ExtArgs> | null;
    select?: WSMessageEmbedSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: WSMessageEmbedWhereInput;
}

WSMessageEmbed updateManyAndReturn

Type Parameters

Type declaration