Type Alias CSCustomMessageCreateArgs<ExtArgs>

CSCustomMessageCreateArgs<ExtArgs>: {
    data: XOR<CSCustomMessageCreateInput, CSCustomMessageUncheckedCreateInput>;
    include?: CSCustomMessageInclude<ExtArgs> | null;
    omit?: CSCustomMessageOmit<ExtArgs> | null;
    select?: CSCustomMessageSelect<ExtArgs> | null;
}

CSCustomMessage create

Type Parameters

Type declaration