KSMessageButtonGroupByOutputType: {
    _count: KSMessageButtonCountAggregateOutputType | null;
    _max: KSMessageButtonMaxAggregateOutputType | null;
    _min: KSMessageButtonMinAggregateOutputType | null;
    dbId: string;
    emojiUnicodeOrId: string | null;
    ksCustomMessageId: string;
    title: string;
    url: string | null;
}