Type Alias TTSMessageButtonGroupByOutputType

TTSMessageButtonGroupByOutputType: {
    _count: TTSMessageButtonCountAggregateOutputType | null;
    _max: TTSMessageButtonMaxAggregateOutputType | null;
    _min: TTSMessageButtonMinAggregateOutputType | null;
    dbId: string;
    emojiUnicodeOrId: string | null;
    title: string;
    ttsCustomMessageId: string;
    url: string | null;
}