Type Alias CFMessageButtonUpdateArgs<ExtArgs>

CFMessageButtonUpdateArgs<ExtArgs>: {
    data: XOR<CFMessageButtonUpdateInput, CFMessageButtonUncheckedUpdateInput>;
    include?: CFMessageButtonInclude<ExtArgs> | null;
    omit?: CFMessageButtonOmit<ExtArgs> | null;
    select?: CFMessageButtonSelect<ExtArgs> | null;
    where: CFMessageButtonWhereUniqueInput;
}

CFMessageButton update

Type Parameters

Type declaration