CSMessageButtonGroupByOutputType: {
    _count: CSMessageButtonCountAggregateOutputType | null;
    _max: CSMessageButtonMaxAggregateOutputType | null;
    _min: CSMessageButtonMinAggregateOutputType | null;
    csCustomMessageId: string;
    dbId: string;
    emojiUnicodeOrId: string | null;
    title: string;
    url: string | null;
}