CFMessageButtonGroupByOutputType: {
    _count: CFMessageButtonCountAggregateOutputType | null;
    _max: CFMessageButtonMaxAggregateOutputType | null;
    _min: CFMessageButtonMinAggregateOutputType | null;
    cfCustomMessageId: string;
    dbId: string;
    emojiUnicodeOrId: string | null;
    title: string;
    url: string | null;
}