Type Alias CFCustomMessageCreateArgs<ExtArgs>

CFCustomMessageCreateArgs<ExtArgs>: {
    data: XOR<CFCustomMessageCreateInput, CFCustomMessageUncheckedCreateInput>;
    include?: CFCustomMessageInclude<ExtArgs> | null;
    omit?: CFCustomMessageOmit<ExtArgs> | null;
    select?: CFCustomMessageSelect<ExtArgs> | null;
}

CFCustomMessage create

Type Parameters

Type declaration