Type Alias CFMessageButtonSelectUpdateManyAndReturn<ExtArgs>

CFMessageButtonSelectUpdateManyAndReturn<ExtArgs>: GetSelect<{
    cfCustomMessage?: boolean | CFMessageButton$cfCustomMessageArgs<ExtArgs>;
    cfCustomMessageId?: boolean;
    dbId?: boolean;
    emojiUnicodeOrId?: boolean;
    title?: boolean;
    url?: boolean;
}, ExtArgs["result"]["cFMessageButton"]>

Type Parameters