Type Alias YTSMessageButtonGroupByOutputType

YTSMessageButtonGroupByOutputType: {
    _count: YTSMessageButtonCountAggregateOutputType | null;
    _max: YTSMessageButtonMaxAggregateOutputType | null;
    _min: YTSMessageButtonMinAggregateOutputType | null;
    dbId: string;
    emojiUnicodeOrId: string | null;
    title: string;
    url: string | null;
    ytsCustomMessageId: string;
}