Type Alias CFCustomMessageSelectUpdateManyAndReturn<ExtArgs>

CFCustomMessageSelectUpdateManyAndReturn<ExtArgs>: GetSelect<{
    clipForward?: boolean | CFCustomMessage$clipForwardArgs<ExtArgs>;
    clipForwardId?: boolean;
    content?: boolean;
    dbId?: boolean;
    showInviteButton?: boolean;
    showWatchButton?: boolean;
    type?: boolean;
}, ExtArgs["result"]["cFCustomMessage"]>

Type Parameters