Type Alias WSCustomMessageUpdateArgs<ExtArgs>

WSCustomMessageUpdateArgs<ExtArgs>: {
    data: XOR<WSCustomMessageUpdateInput, WSCustomMessageUncheckedUpdateInput>;
    include?: WSCustomMessageInclude<ExtArgs> | null;
    omit?: WSCustomMessageOmit<ExtArgs> | null;
    select?: WSCustomMessageSelect<ExtArgs> | null;
    where: WSCustomMessageWhereUniqueInput;
}

WSCustomMessage update

Type Parameters

Type declaration