Type Alias CFMessageButtonSelect<ExtArgs>

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

Type Parameters