Type Alias TWSMessageButtonGroupByOutputType

TWSMessageButtonGroupByOutputType: {
    _count: TWSMessageButtonCountAggregateOutputType | null;
    _max: TWSMessageButtonMaxAggregateOutputType | null;
    _min: TWSMessageButtonMinAggregateOutputType | null;
    dbId: string;
    emojiUnicodeOrId: string | null;
    title: string;
    twsCustomMessageId: string;
    url: string | null;
}